#CC72CB

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

Shades of Orchid #CC72CB

Tints of Orchid #CC72CB

Color information

#CC72CB (or 0xCC72CB) is unknown color: approx Orchid. HEX triplet: CC, 72 and CB. RGB value is (204,114,203). Sum of RGB (Red+Green+Blue) = 204+114+203=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72CB is #338D34. Grayscale: #969696. Windows color (decimal): -3378485 or 13333196. OLE color: 13333196.

HSL color Cylindrical-coordinate representation of color #CC72CB: hue angle of 300.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC72CB is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB204114203-
CMYK00.440.000.2
HSL300.67º46.88%62.35%-
HSV(B)300.67º44.12%80%-
XYZ41.729.1859.94-
YUV151.06157.32165.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 114 (44.92% from 255) = 21.88%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=39.16%
G=21.88%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411420300.440.000.2300.6746.8862.35
HexCC72CB02C01412d2f3e
Octal3141623130540244555776
Binary110011001110010110010110101100010100100101101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72CB; }

 p { color: rgb(204,114,203); }

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

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

 a { background-color: rgb(204,114,203); }

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

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

 span { border-color: rgb(204,114,203); }

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