#CC64D4

Color #CC64D4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CC64D4

Tints of Orchid #CC64D4

Color information

#CC64D4 (or 0xCC64D4) is unknown color: approx Orchid. HEX triplet: CC, 64 and D4. RGB value is (204,100,212). Sum of RGB (Red+Green+Blue) = 204+100+212=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC64D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64D4 is #339B2B. Grayscale: #8F8F8F. Windows color (decimal): -3382060 or 13919436. OLE color: 13919436.

HSL color Cylindrical-coordinate representation of color #CC64D4: hue angle of 295.71º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC64D4 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204100212-
CMYK0.040.5300.17
HSL295.71º56.57%61.18%-
HSV(B)295.71º52.83%83.14%-
XYZ41.3426.7165.26-
YUV143.86166.46170.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 100 (39.45% from 255) = 19.38%
BLUE value IS 212 (83.20% from 255) = 41.09%
R=39.53%
G=19.38%
B=41.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041002120.040.5300.17295.7156.5761.18
HexCC64D4435011128393d
Octal3141443244650214507175
Binary11001100110010011010100100110101010001100101000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC64D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC64D4; }

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

 H1.HeaderClassName
 {
   color: #CC64D4;
 }
 .AnyTagClassName
 {
   color: #CC64D4;
 }
</style>
background-color css

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

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

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

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

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

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