#CC78BF

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

Shades of Orchid #CC78BF

Tints of Orchid #CC78BF

Color information

#CC78BF (or 0xCC78BF) is unknown color: approx Orchid. HEX triplet: CC, 78 and BF. RGB value is (204,120,191). Sum of RGB (Red+Green+Blue) = 204+120+191=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78BF is #338740. Grayscale: #999999. Windows color (decimal): -3376961 or 12548300. OLE color: 12548300.

HSL color Cylindrical-coordinate representation of color #CC78BF: hue angle of 309.29º 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 #CC78BF is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204120191-
CMYK00.410.060.2
HSL309.29º45.16%63.53%-
HSV(B)309.29º41.18%80%-
XYZ41.0230.0352.92-
YUV153.21149.33164.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 191 (75% from 255) = 37.09%
R=39.61%
G=23.30%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412019100.410.060.2309.2945.1663.53
HexCC78BF0296141352d40
Octal31417027705162446555100
Binary110011001111000101111110101001110101001001101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC78BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC78BF; }

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

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

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

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

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

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

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

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