Html Css Color HEX #CC64DF Orchid

📋 copy color: '#CC64DF'

red 204 ◦ green 100 ◦ blue 223

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

Shades of Orchid #CC64DF

Tints of Orchid #CC64DF

RGB

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

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

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

R = 38.71%
G = 18.98%
B = 42.31%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC64DF (or 0xCC64DF) is known color: Orchid. HEX triplet: CC, 64 and DF. RGB value is (204,100,223). Sum of RGB (Red+Green+Blue) = 204+100+223=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64DF is #339B20. Grayscale: #909090. Windows color (decimal): -3382049 or 14640332. OLE color: 14640332.

HSL color Cylindrical-coordinate representation of color #CC64DF: hue angle of 290.73º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC64DF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 100 223 -
CMYK 0.09 0.55 0 0.13
HSL 290.73º 0.66% 0.63% -
HSV(B) 290.73º 0.55% 0.87% -
XYZ 42.78 27.28 72.82 -
YUV 145.12 171.96 170 -
System Red Green Blue C M Y K H S L
Decimal 204 100 223 0.09 0.55 0 0.13 290.73 0.66 0.63
Hex CC 64 DF 9 37 0 D 123 42 3F
Octal 314 144 337 11 67 0 15 443 102 77
Binary 11001100 1100100 11011111 1001 110111 0 1101 100100011 1000010 111111

Color Harmonies of #CC64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64DF

Black with #CC64DF

Text Example


Text Example

White with #CC64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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