Html Css Color HEX #CC2CDF Medium Orchid

📋 copy color: '#CC2CDF'

red 204 ◦ green 44 ◦ blue 223

#CC2CDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CC2CDF

Tints of Medium Orchid #CC2CDF

RGB

 RED value IS 204 (80.08% from 255) = 43.31%

 GREEN value IS 44 (17.58% from 255) = 9.34%

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 43.31%
G = 9.34%
B = 47.35%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC2CDF (or 0xCC2CDF) is known color: Medium Orchid. HEX triplet: CC, 2C and DF. RGB value is (204,44,223). Sum of RGB (Red+Green+Blue) = 204+44+223=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC2CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2CDF is #33D320. Grayscale: #6F6F6F. Windows color (decimal): -3396385 or 14625996. OLE color: 14625996.

HSL color Cylindrical-coordinate representation of color #CC2CDF: hue angle of 293.63º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2CDF is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 44 223 -
CMYK 0.09 0.80 0 0.13
HSL 293.63º 0.74% 0.52% -
HSV(B) 293.63º 0.8% 0.87% -
XYZ 39.12 19.97 71.6 -
YUV 112.25 190.51 193.45 -
System Red Green Blue C M Y K H S L
Decimal 204 44 223 0.09 0.80 0 0.13 293.63 0.74 0.52
Hex CC 2C DF 9 50 0 D 126 4A 34
Octal 314 54 337 11 120 0 15 446 112 64
Binary 11001100 101100 11011111 1001 1010000 0 1101 100100110 1001010 110100

Color Harmonies of #CC2CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CDF

Black with #CC2CDF

Text Example


Text Example

White with #CC2CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CDF; }

 p { color: rgb(204,44,223); }

 H1.HeaderClassName
 {
   color: #CC2CDF;
 }
 .AnyTagClassName
 {
   color: #CC2CDF;
 }
</style>

background-color css

<style>
 a { background-color: #CC2CDF; }

 a { background-color: rgb(204,44,223); }

 div.DivClassName
 {
   background-color: #CC2CDF;
 }
 .BgClassName
 {
   background-color: #CC2CDF;
 }
</style>

border-color css

<style>
 span { border-color: #CC2CDF; }

 span { border-color: rgb(204,44,223); }

 td.TdClassName
 {
   border-color: #CC2CDF;
 }
 .TagClassName
 {
   border-color: #CC2CDF;
 }
</style>