#CC78DF

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

Shades of Orchid #CC78DF

Tints of Orchid #CC78DF

Color information

#CC78DF (or 0xCC78DF) is unknown color: approx Orchid. HEX triplet: CC, 78 and DF. RGB value is (204,120,223). Sum of RGB (Red+Green+Blue) = 204+120+223=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78DF is #338720. Grayscale: #9C9C9C. Windows color (decimal): -3376929 or 14645452. OLE color: 14645452.

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

Color convert

RGB204120223-
CMYK0.090.4600.13
HSL288.93º61.68%67.25%-
HSV(B)288.93º46.19%87.45%-
XYZ44.9431.673.54-
YUV156.86165.33161.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 120 (47.27% from 255) = 21.94%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=37.29%
G=21.94%
B=40.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041202230.090.4600.13288.9361.6867.25
HexCC78DF92E0D1213e43
Octal314170337115601544176103
Binary110011001111000110111111001101110011011001000011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC78DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC78DF; }

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

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

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

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

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

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

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

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