#CC79BC

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

Shades of Orchid #CC79BC

Tints of Orchid #CC79BC

Color information

#CC79BC (or 0xCC79BC) is unknown color: approx Orchid. HEX triplet: CC, 79 and BC. RGB value is (204,121,188). Sum of RGB (Red+Green+Blue) = 204+121+188=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79BC is #338643. Grayscale: #999999. Windows color (decimal): -3376708 or 12351948. OLE color: 12351948.

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

Color convert

RGB204121188-
CMYK00.410.080.2
HSL311.57º44.86%63.73%-
HSV(B)311.57º40.69%80%-
XYZ40.8230.1451.24-
YUV153.45147.5164.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 121 (47.66% from 255) = 23.59%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=39.77%
G=23.59%
B=36.65%

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
Decimal20412118800.410.080.2311.5744.8663.73
HexCC79BC0298141382d40
Octal314171274051102447055100
Binary1100110011110011011110001010011000101001001110001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79BC; }

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

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

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

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

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

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

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

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