Shades of Orchid #CC72CF
Tints of Orchid #CC72CF
RGB
CMYK
RGB Variations
Color information
#CC72CF (or 0xCC72CF) is known color: Orchid. HEX triplet: CC, 72 and CF. RGB value is (204,114,207). Sum of RGB (Red+Green+Blue) = 204+114+207=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC72CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72CF is #338D30. Grayscale: #979797. Windows color (decimal): -3378481 or 13595340. OLE color: 13595340.
HSL color Cylindrical-coordinate representation of color #CC72CF: hue angle of 298.06º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC72CF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 114 | 207 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.19 |
| HSL | 298.06º | 0.49% | 0.63% | - |
| HSV(B) | 298.06º | 0.45% | 0.81% | - |
| XYZ | 42.18 | 29.38 | 62.48 | - |
| YUV | 151.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 207 | 0.01 | 0.45 | 0 | 0.19 | 298.06 | 0.49 | 0.63 |
| Hex | CC | 72 | CF | 1 | 2D | 0 | 13 | 12A | 31 | 3F |
| Octal | 314 | 162 | 317 | 1 | 55 | 0 | 23 | 452 | 61 | 77 |
| Binary | 11001100 | 1110010 | 11001111 | 1 | 101101 | 0 | 10011 | 100101010 | 110001 | 111111 |
Color Harmonies of #CC72CF
Complementary color
Monochromatic Colors of #CC72CF
Black with #CC72CF
Text Example
Text Example
White with #CC72CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72CF; }
p { color: rgb(204,114,207); }
H1.HeaderClassName
{
color: #CC72CF;
}
.AnyTagClassName
{
color: #CC72CF;
}
</style>
background-color css
<style>
a { background-color: #CC72CF; }
a { background-color: rgb(204,114,207); }
div.DivClassName
{
background-color: #CC72CF;
}
.BgClassName
{
background-color: #CC72CF;
}
</style>
border-color css
<style>
span { border-color: #CC72CF; }
span { border-color: rgb(204,114,207); }
td.TdClassName
{
border-color: #CC72CF;
}
.TagClassName
{
border-color: #CC72CF;
}
</style>