Html Css Color HEX #CC64DC Orchid

📋 copy color: '#CC64DC'

red 204 ◦ green 100 ◦ blue 220

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

Shades of Orchid #CC64DC

Tints of Orchid #CC64DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.08%

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 38.93%
G = 19.08%
B = 41.98%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC64DC (or 0xCC64DC) is known color: Orchid. HEX triplet: CC, 64 and DC. RGB value is (204,100,220). Sum of RGB (Red+Green+Blue) = 204+100+220=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC64DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64DC is #339B23. Grayscale: #909090. Windows color (decimal): -3382052 or 14443724. OLE color: 14443724.

HSL color Cylindrical-coordinate representation of color #CC64DC: hue angle of 292º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC64DC is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 100 220 -
CMYK 0.07 0.55 0 0.14
HSL 292º 0.63% 0.63% -
HSV(B) 292º 0.55% 0.86% -
XYZ 42.38 27.12 70.71 -
YUV 144.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 204 100 220 0.07 0.55 0 0.14 292 0.63 0.63
Hex CC 64 DC 7 37 0 E 124 3F 3F
Octal 314 144 334 7 67 0 16 444 77 77
Binary 11001100 1100100 11011100 111 110111 0 1110 100100100 111111 111111

Color Harmonies of #CC64DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64DC

Black with #CC64DC

Text Example


Text Example

White with #CC64DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64DC; }

 p { color: rgb(204,100,220); }

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

background-color css

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

 a { background-color: rgb(204,100,220); }

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

border-color css

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

 span { border-color: rgb(204,100,220); }

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