Shades of Orchid #CC72D1
Tints of Orchid #CC72D1
RGB
CMYK
RGB Variations
Color information
#CC72D1 (or 0xCC72D1) is known color: Orchid. HEX triplet: CC, 72 and D1. RGB value is (204,114,209). Sum of RGB (Red+Green+Blue) = 204+114+209=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC72D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72D1 is #338D2E. Grayscale: #979797. Windows color (decimal): -3378479 or 13726412. OLE color: 13726412.
HSL color Cylindrical-coordinate representation of color #CC72D1: hue angle of 296.84º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC72D1 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 114 | 209 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.18 |
| HSL | 296.84º | 0.51% | 0.63% | - |
| HSV(B) | 296.84º | 0.45% | 0.82% | - |
| XYZ | 42.43 | 29.48 | 63.77 | - |
| YUV | 151.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 209 | 0.02 | 0.45 | 0 | 0.18 | 296.84 | 0.51 | 0.63 |
| Hex | CC | 72 | D1 | 2 | 2D | 0 | 12 | 129 | 33 | 3F |
| Octal | 314 | 162 | 321 | 2 | 55 | 0 | 22 | 451 | 63 | 77 |
| Binary | 11001100 | 1110010 | 11010001 | 10 | 101101 | 0 | 10010 | 100101001 | 110011 | 111111 |
Color Harmonies of #CC72D1
Complementary color
Monochromatic Colors of #CC72D1
Black with #CC72D1
Text Example
Text Example
White with #CC72D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72D1; }
p { color: rgb(204,114,209); }
H1.HeaderClassName
{
color: #CC72D1;
}
.AnyTagClassName
{
color: #CC72D1;
}
</style>
background-color css
<style>
a { background-color: #CC72D1; }
a { background-color: rgb(204,114,209); }
div.DivClassName
{
background-color: #CC72D1;
}
.BgClassName
{
background-color: #CC72D1;
}
</style>
border-color css
<style>
span { border-color: #CC72D1; }
span { border-color: rgb(204,114,209); }
td.TdClassName
{
border-color: #CC72D1;
}
.TagClassName
{
border-color: #CC72D1;
}
</style>