#CC76BA

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

Shades of Orchid #CC76BA

Tints of Orchid #CC76BA

Color information

#CC76BA (or 0xCC76BA) is unknown color: approx Orchid. HEX triplet: CC, 76 and BA. RGB value is (204,118,186). Sum of RGB (Red+Green+Blue) = 204+118+186=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76BA is #338945. Grayscale: #979797. Windows color (decimal): -3377478 or 12220108. OLE color: 12220108.

HSL color Cylindrical-coordinate representation of color #CC76BA: hue angle of 312.56º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC76BA is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204118186-
CMYK00.420.090.2
HSL312.56º45.74%63.14%-
HSV(B)312.56º42.16%80%-
XYZ40.2429.3450-
YUV151.47147.49165.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=40.16%
G=23.23%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411818600.420.090.2312.5645.7463.14
HexCC76BA02A9141392e3f
Octal31416627205211244715677
Binary110011001110110101110100101010100110100100111001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC76BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC76BA; }

 p { color: rgb(204,118,186); }

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

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

 a { background-color: rgb(204,118,186); }

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

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

 span { border-color: rgb(204,118,186); }

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