Shades of Orchid #CC72DF
Tints of Orchid #CC72DF
RGB
CMYK
RGB Variations
Color information
#CC72DF (or 0xCC72DF) is known color: Orchid. HEX triplet: CC, 72 and DF. RGB value is (204,114,223). Sum of RGB (Red+Green+Blue) = 204+114+223=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72DF is #338D20. Grayscale: #989898. Windows color (decimal): -3378465 or 14643916. OLE color: 14643916.
HSL color Cylindrical-coordinate representation of color #CC72DF: hue angle of 289.54º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC72DF is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 114 | 223 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.13 |
| HSL | 289.54º | 0.63% | 0.66% | - |
| HSV(B) | 289.54º | 0.49% | 0.87% | - |
| XYZ | 44.24 | 30.2 | 73.31 | - |
| YUV | 153.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 223 | 0.09 | 0.49 | 0 | 0.13 | 289.54 | 0.63 | 0.66 |
| Hex | CC | 72 | DF | 9 | 31 | 0 | D | 122 | 3F | 42 |
| Octal | 314 | 162 | 337 | 11 | 61 | 0 | 15 | 442 | 77 | 102 |
| Binary | 11001100 | 1110010 | 11011111 | 1001 | 110001 | 0 | 1101 | 100100010 | 111111 | 1000010 |
Color Harmonies of #CC72DF
Complementary color
Monochromatic Colors of #CC72DF
Black with #CC72DF
Text Example
Text Example
White with #CC72DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC72DF; }
p { color: rgb(204,114,223); }
H1.HeaderClassName
{
color: #CC72DF;
}
.AnyTagClassName
{
color: #CC72DF;
}
</style>
background-color css
<style>
a { background-color: #CC72DF; }
a { background-color: rgb(204,114,223); }
div.DivClassName
{
background-color: #CC72DF;
}
.BgClassName
{
background-color: #CC72DF;
}
</style>
border-color css
<style>
span { border-color: #CC72DF; }
span { border-color: rgb(204,114,223); }
td.TdClassName
{
border-color: #CC72DF;
}
.TagClassName
{
border-color: #CC72DF;
}
</style>