Shades of Orchid #CC72DC
Tints of Orchid #CC72DC
RGB
CMYK
RGB Variations
Color information
#CC72DC (or 0xCC72DC) is known color: Orchid. HEX triplet: CC, 72 and DC. RGB value is (204,114,220). Sum of RGB (Red+Green+Blue) = 204+114+220=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC72DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72DC is #338D23. Grayscale: #989898. Windows color (decimal): -3378468 or 14447308. OLE color: 14447308.
HSL color Cylindrical-coordinate representation of color #CC72DC: hue angle of 290.94º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC72DC is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 114 | 220 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.14 |
| HSL | 290.94º | 0.6% | 0.65% | - |
| HSV(B) | 290.94º | 0.48% | 0.86% | - |
| XYZ | 43.84 | 30.04 | 71.2 | - |
| YUV | 152.99 | 165.82 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 220 | 0.07 | 0.48 | 0 | 0.14 | 290.94 | 0.6 | 0.65 |
| Hex | CC | 72 | DC | 7 | 30 | 0 | E | 123 | 3C | 41 |
| Octal | 314 | 162 | 334 | 7 | 60 | 0 | 16 | 443 | 74 | 101 |
| Binary | 11001100 | 1110010 | 11011100 | 111 | 110000 | 0 | 1110 | 100100011 | 111100 | 1000001 |
Color Harmonies of #CC72DC
Complementary color
Monochromatic Colors of #CC72DC
Black with #CC72DC
Text Example
Text Example
White with #CC72DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72DC; }
p { color: rgb(204,114,220); }
H1.HeaderClassName
{
color: #CC72DC;
}
.AnyTagClassName
{
color: #CC72DC;
}
</style>
background-color css
<style>
a { background-color: #CC72DC; }
a { background-color: rgb(204,114,220); }
div.DivClassName
{
background-color: #CC72DC;
}
.BgClassName
{
background-color: #CC72DC;
}
</style>
border-color css
<style>
span { border-color: #CC72DC; }
span { border-color: rgb(204,114,220); }
td.TdClassName
{
border-color: #CC72DC;
}
.TagClassName
{
border-color: #CC72DC;
}
</style>