#CC79B9

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

Shades of Orchid #CC79B9

Tints of Orchid #CC79B9

Color information

#CC79B9 (or 0xCC79B9) is unknown color: approx Orchid. HEX triplet: CC, 79 and B9. RGB value is (204,121,185). Sum of RGB (Red+Green+Blue) = 204+121+185=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79B9 is #338646. Grayscale: #989898. Windows color (decimal): -3376711 or 12155340. OLE color: 12155340.

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

Color convert

RGB204121185-
CMYK00.410.090.2
HSL313.73º44.86%63.73%-
HSV(B)313.73º40.69%80%-
XYZ40.530.0149.56-
YUV153.11146164.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 23.73%
BLUE value IS 185 (72.66% from 255) = 36.27%
R=40%
G=23.73%
B=36.27%

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
Decimal20412118500.410.090.2313.7344.8663.73
HexCC79B902991413a2d40
Octal314171271051112447255100
Binary1100110011110011011100101010011001101001001110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79B9; }

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

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

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

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

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

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

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

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