#CC78BB

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

Shades of Orchid #CC78BB

Tints of Orchid #CC78BB

Color information

#CC78BB (or 0xCC78BB) is unknown color: approx Orchid. HEX triplet: CC, 78 and BB. RGB value is (204,120,187). Sum of RGB (Red+Green+Blue) = 204+120+187=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78BB is #338744. Grayscale: #989898. Windows color (decimal): -3376965 or 12286156. OLE color: 12286156.

HSL color Cylindrical-coordinate representation of color #CC78BB: hue angle of 312.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC78BB is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204120187-
CMYK00.410.080.2
HSL312.14º45.16%63.53%-
HSV(B)312.14º41.18%80%-
XYZ40.5929.8650.64-
YUV152.75147.33164.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 120 (47.27% from 255) = 23.48%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=39.92%
G=23.48%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412018700.410.080.2312.1445.1663.53
HexCC78BB0298141382d40
Octal314170273051102447055100
Binary1100110011110001011101101010011000101001001110001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC78BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC78BB; }

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

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

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

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

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

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

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

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