#CC78D5

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

Shades of Orchid #CC78D5

Tints of Orchid #CC78D5

Color information

#CC78D5 (or 0xCC78D5) is unknown color: approx Orchid. HEX triplet: CC, 78 and D5. RGB value is (204,120,213). Sum of RGB (Red+Green+Blue) = 204+120+213=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC78D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78D5 is #33872A. Grayscale: #9B9B9B. Windows color (decimal): -3376939 or 13990092. OLE color: 13990092.

HSL color Cylindrical-coordinate representation of color #CC78D5: hue angle of 294.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC78D5 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204120213-
CMYK0.040.4400.16
HSL294.19º52.54%65.29%-
HSV(B)294.19º43.66%83.53%-
XYZ43.6331.0766.65-
YUV155.72160.33162.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 120 (47.27% from 255) = 22.35%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=37.99%
G=22.35%
B=39.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041202130.040.4400.16294.1952.5465.29
HexCC78D542C0101263541
Octal31417032545402044665101
Binary110011001111000110101011001011000100001001001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC78D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC78D5; }

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

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

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

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

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

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

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

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