Shades of Medium Orchid #CC59D7
Tints of Medium Orchid #CC59D7
RGB
CMYK
RGB Variations
Color information
#CC59D7 (or 0xCC59D7) is known color: Medium Orchid. HEX triplet: CC, 59 and D7. RGB value is (204,89,215). Sum of RGB (Red+Green+Blue) = 204+89+215=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC59D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59D7 is #33A628. Grayscale: #898989. Windows color (decimal): -3384873 or 14113228. OLE color: 14113228.
HSL color Cylindrical-coordinate representation of color #CC59D7: hue angle of 294.76º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC59D7 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 89 | 215 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.16 |
| HSL | 294.76º | 0.61% | 0.6% | - |
| HSV(B) | 294.76º | 0.59% | 0.84% | - |
| XYZ | 40.74 | 24.89 | 66.95 | - |
| YUV | 137.75 | 171.6 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 215 | 0.05 | 0.59 | 0 | 0.16 | 294.76 | 0.61 | 0.6 |
| Hex | CC | 59 | D7 | 5 | 3B | 0 | 10 | 127 | 3D | 3C |
| Octal | 314 | 131 | 327 | 5 | 73 | 0 | 20 | 447 | 75 | 74 |
| Binary | 11001100 | 1011001 | 11010111 | 101 | 111011 | 0 | 10000 | 100100111 | 111101 | 111100 |
Color Harmonies of #CC59D7
Complementary color
Monochromatic Colors of #CC59D7
Black with #CC59D7
Text Example
Text Example
White with #CC59D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59D7; }
p { color: rgb(204,89,215); }
H1.HeaderClassName
{
color: #CC59D7;
}
.AnyTagClassName
{
color: #CC59D7;
}
</style>
background-color css
<style>
a { background-color: #CC59D7; }
a { background-color: rgb(204,89,215); }
div.DivClassName
{
background-color: #CC59D7;
}
.BgClassName
{
background-color: #CC59D7;
}
</style>
border-color css
<style>
span { border-color: #CC59D7; }
span { border-color: rgb(204,89,215); }
td.TdClassName
{
border-color: #CC59D7;
}
.TagClassName
{
border-color: #CC59D7;
}
</style>