#CC79B6

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

Shades of Orchid #CC79B6

Tints of Orchid #CC79B6

Color information

#CC79B6 (or 0xCC79B6) is unknown color: approx Orchid. HEX triplet: CC, 79 and B6. RGB value is (204,121,182). Sum of RGB (Red+Green+Blue) = 204+121+182=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79B6 is #338649. Grayscale: #989898. Windows color (decimal): -3376714 or 11958732. OLE color: 11958732.

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

Color convert

RGB204121182-
CMYK00.410.110.2
HSL315.9º44.86%63.73%-
HSV(B)315.9º40.69%80%-
XYZ40.1829.8947.91-
YUV152.77144.5164.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 121 (47.66% from 255) = 23.87%
BLUE value IS 182 (71.48% from 255) = 35.90%
R=40.24%
G=23.87%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412118200.410.110.2315.944.8663.73
HexCC79B6029B1413c2d40
Octal314171266051132447455100
Binary1100110011110011011011001010011011101001001111001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79B6; }

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

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

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

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

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

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

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

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