#CC78DE

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

Shades of Orchid #CC78DE

Tints of Orchid #CC78DE

Color information

#CC78DE (or 0xCC78DE) is unknown color: approx Orchid. HEX triplet: CC, 78 and DE. RGB value is (204,120,222). Sum of RGB (Red+Green+Blue) = 204+120+222=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC78DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78DE is #338721. Grayscale: #9C9C9C. Windows color (decimal): -3376930 or 14579916. OLE color: 14579916.

HSL color Cylindrical-coordinate representation of color #CC78DE: hue angle of 289.41º degrees, saturation: 0.61, 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 #CC78DE is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204120222-
CMYK0.080.4600.13
HSL289.41º60.71%67.06%-
HSV(B)289.41º45.95%87.06%-
XYZ44.831.5472.83-
YUV156.74164.83161.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 120 (47.27% from 255) = 21.98%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=37.36%
G=21.98%
B=40.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041202220.080.4600.13289.4160.7167.06
HexCC78DE82E0D1213d43
Octal314170336105601544175103
Binary110011001111000110111101000101110011011001000011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC78DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC78DE; }

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

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

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

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

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

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

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

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