#CC78B9

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

Shades of Orchid #CC78B9

Tints of Orchid #CC78B9

Color information

#CC78B9 (or 0xCC78B9) is unknown color: approx Orchid. HEX triplet: CC, 78 and B9. RGB value is (204,120,185). Sum of RGB (Red+Green+Blue) = 204+120+185=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78B9 is #338746. Grayscale: #989898. Windows color (decimal): -3376967 or 12155084. OLE color: 12155084.

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

Color convert

RGB204120185-
CMYK00.410.090.2
HSL313.57º45.16%63.53%-
HSV(B)313.57º41.18%80%-
XYZ40.3829.7749.52-
YUV152.53146.33164.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 120 (47.27% from 255) = 23.58%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=40.08%
G=23.58%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412018500.410.090.2313.5745.1663.53
HexCC78B902991413a2d40
Octal314170271051112447255100
Binary1100110011110001011100101010011001101001001110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC78B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC78B9; }

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

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

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

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

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

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

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

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