#cc78dc

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

Shades of Orchid #CC78DC

Tints of Orchid #CC78DC

Color information

#CC78DC (or 0xCC78DC) is unknown color: approx Orchid. HEX triplet: CC, 78 and DC. RGB value is (204,120,220). Sum of RGB (Red+Green+Blue) = 204+120+220=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78DC is #338723. Grayscale: #9C9C9C. Windows color (decimal): -3376932 or 14448844. OLE color: 14448844.

HSL color Cylindrical-coordinate representation of color #CC78DC: hue angle of 290.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC78DC is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204120220-
CMYK0.070.4500.14
HSL290.4º58.82%66.67%-
HSV(B)290.4º45.45%86.27%-
XYZ44.5431.4471.43-
YUV156.52163.83161.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 120 (47.27% from 255) = 22.06%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=37.5%
G=22.06%
B=40.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041202200.070.4500.14290.458.8266.67
HexCC78DC72D0E1223b43
Octal31417033475501644273103
Binary11001100111100011011100111101101011101001000101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc78dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc78dc; }

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

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

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

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

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

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

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

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