Shades of Orchid #CC72DB
Tints of Orchid #CC72DB
RGB
CMYK
RGB Variations
Color information
#CC72DB (or 0xCC72DB) is known color: Orchid. HEX triplet: CC, 72 and DB. RGB value is (204,114,219). Sum of RGB (Red+Green+Blue) = 204+114+219=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72DB is #338D24. Grayscale: #989898. Windows color (decimal): -3378469 or 14381772. OLE color: 14381772.
HSL color Cylindrical-coordinate representation of color #CC72DB: hue angle of 291.43º degrees, saturation: 0.59, 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 #CC72DB is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 114 | 219 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.14 |
| HSL | 291.43º | 0.59% | 0.65% | - |
| HSV(B) | 291.43º | 0.48% | 0.86% | - |
| XYZ | 43.71 | 29.99 | 70.5 | - |
| YUV | 152.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 219 | 0.07 | 0.48 | 0 | 0.14 | 291.43 | 0.59 | 0.65 |
| Hex | CC | 72 | DB | 7 | 30 | 0 | E | 123 | 3B | 41 |
| Octal | 314 | 162 | 333 | 7 | 60 | 0 | 16 | 443 | 73 | 101 |
| Binary | 11001100 | 1110010 | 11011011 | 111 | 110000 | 0 | 1110 | 100100011 | 111011 | 1000001 |
Color Harmonies of #CC72DB
Complementary color
Monochromatic Colors of #CC72DB
Black with #CC72DB
Text Example
Text Example
White with #CC72DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72DB; }
p { color: rgb(204,114,219); }
H1.HeaderClassName
{
color: #CC72DB;
}
.AnyTagClassName
{
color: #CC72DB;
}
</style>
background-color css
<style>
a { background-color: #CC72DB; }
a { background-color: rgb(204,114,219); }
div.DivClassName
{
background-color: #CC72DB;
}
.BgClassName
{
background-color: #CC72DB;
}
</style>
border-color css
<style>
span { border-color: #CC72DB; }
span { border-color: rgb(204,114,219); }
td.TdClassName
{
border-color: #CC72DB;
}
.TagClassName
{
border-color: #CC72DB;
}
</style>