Shades of Orchid #CC72CA
Tints of Orchid #CC72CA
RGB
CMYK
RGB Variations
Color information
#CC72CA (or 0xCC72CA) is known color: Orchid. HEX triplet: CC, 72 and CA. RGB value is (204,114,202). Sum of RGB (Red+Green+Blue) = 204+114+202=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72CA is #338D35. Grayscale: #969696. Windows color (decimal): -3378486 or 13267660. OLE color: 13267660.
HSL color Cylindrical-coordinate representation of color #CC72CA: hue angle of 301.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC72CA is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 202 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.2 |
| HSL | 301.33º | 0.47% | 0.62% | - |
| HSV(B) | 301.33º | 0.44% | 0.8% | - |
| XYZ | 41.58 | 29.14 | 59.31 | - |
| YUV | 150.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 202 | 0 | 0.44 | 0.01 | 0.2 | 301.33 | 0.47 | 0.62 |
| Hex | CC | 72 | CA | 0 | 2C | 1 | 14 | 12D | 2F | 3E |
| Octal | 314 | 162 | 312 | 0 | 54 | 1 | 24 | 455 | 57 | 76 |
| Binary | 11001100 | 1110010 | 11001010 | 0 | 101100 | 1 | 10100 | 100101101 | 101111 | 111110 |
Color Harmonies of #CC72CA
Complementary color
Monochromatic Colors of #CC72CA
Black with #CC72CA
Text Example
Text Example
White with #CC72CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72CA; }
p { color: rgb(204,114,202); }
H1.HeaderClassName
{
color: #CC72CA;
}
.AnyTagClassName
{
color: #CC72CA;
}
</style>
background-color css
<style>
a { background-color: #CC72CA; }
a { background-color: rgb(204,114,202); }
div.DivClassName
{
background-color: #CC72CA;
}
.BgClassName
{
background-color: #CC72CA;
}
</style>
border-color css
<style>
span { border-color: #CC72CA; }
span { border-color: rgb(204,114,202); }
td.TdClassName
{
border-color: #CC72CA;
}
.TagClassName
{
border-color: #CC72CA;
}
</style>