#cc78bc

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

Shades of Orchid #CC78BC

Tints of Orchid #CC78BC

Color information

#CC78BC (or 0xCC78BC) is unknown color: approx Orchid. HEX triplet: CC, 78 and BC. RGB value is (204,120,188). Sum of RGB (Red+Green+Blue) = 204+120+188=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78BC is #338743. Grayscale: #989898. Windows color (decimal): -3376964 or 12351692. OLE color: 12351692.

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

Color convert

RGB204120188-
CMYK00.410.080.2
HSL311.43º45.16%63.53%-
HSV(B)311.43º41.18%80%-
XYZ40.729.951.2-
YUV152.87147.83164.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 120 (47.27% from 255) = 23.44%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=39.84%
G=23.44%
B=36.72%

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
Decimal20412018800.410.080.2311.4345.1663.53
HexCC78BC0298141372d40
Octal314170274051102446755100
Binary1100110011110001011110001010011000101001001101111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc78bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc78bc; }

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

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

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

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

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

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

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

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