#CC78E5

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

Shades of Orchid #CC78E5

Tints of Orchid #CC78E5

Color information

#CC78E5 (or 0xCC78E5) is unknown color: approx Orchid. HEX triplet: CC, 78 and E5. RGB value is (204,120,229). Sum of RGB (Red+Green+Blue) = 204+120+229=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC78E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78E5 is #33871A. Grayscale: #9D9D9D. Windows color (decimal): -3376923 or 15038668. OLE color: 15038668.

HSL color Cylindrical-coordinate representation of color #CC78E5: hue angle of 286.24º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC78E5 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204120229-
CMYK0.110.4800.10
HSL286.24º67.7%68.43%-
HSV(B)286.24º47.6%89.8%-
XYZ45.7631.9377.88-
YUV157.54168.33161.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 120 (47.27% from 255) = 21.70%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=36.89%
G=21.70%
B=41.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041202290.110.4800.10286.2467.768.43
HexCC78E5B300A11e4444
Octal3141703451360012436104104
Binary1100110011110001110010110111100000101010001111010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC78E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC78E5; }

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

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

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

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

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

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

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

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