Shades of Orchid #CC72D8
Tints of Orchid #CC72D8
RGB
CMYK
RGB Variations
Color information
#CC72D8 (or 0xCC72D8) is known color: Orchid. HEX triplet: CC, 72 and D8. RGB value is (204,114,216). Sum of RGB (Red+Green+Blue) = 204+114+216=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC72D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72D8 is #338D27. Grayscale: #989898. Windows color (decimal): -3378472 or 14185164. OLE color: 14185164.
HSL color Cylindrical-coordinate representation of color #CC72D8: hue angle of 292.94º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC72D8 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 114 | 216 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.15 |
| HSL | 292.94º | 0.57% | 0.65% | - |
| HSV(B) | 292.94º | 0.47% | 0.85% | - |
| XYZ | 43.31 | 29.83 | 68.44 | - |
| YUV | 152.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 216 | 0.06 | 0.47 | 0 | 0.15 | 292.94 | 0.57 | 0.65 |
| Hex | CC | 72 | D8 | 6 | 2F | 0 | F | 125 | 39 | 41 |
| Octal | 314 | 162 | 330 | 6 | 57 | 0 | 17 | 445 | 71 | 101 |
| Binary | 11001100 | 1110010 | 11011000 | 110 | 101111 | 0 | 1111 | 100100101 | 111001 | 1000001 |
Color Harmonies of #CC72D8
Complementary color
Monochromatic Colors of #CC72D8
Black with #CC72D8
Text Example
Text Example
White with #CC72D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72D8; }
p { color: rgb(204,114,216); }
H1.HeaderClassName
{
color: #CC72D8;
}
.AnyTagClassName
{
color: #CC72D8;
}
</style>
background-color css
<style>
a { background-color: #CC72D8; }
a { background-color: rgb(204,114,216); }
div.DivClassName
{
background-color: #CC72D8;
}
.BgClassName
{
background-color: #CC72D8;
}
</style>
border-color css
<style>
span { border-color: #CC72D8; }
span { border-color: rgb(204,114,216); }
td.TdClassName
{
border-color: #CC72D8;
}
.TagClassName
{
border-color: #CC72D8;
}
</style>