Shades of Medium Orchid #CC59DC
Tints of Medium Orchid #CC59DC
RGB
CMYK
RGB Variations
Color information
#CC59DC (or 0xCC59DC) is known color: Medium Orchid. HEX triplet: CC, 59 and DC. RGB value is (204,89,220). Sum of RGB (Red+Green+Blue) = 204+89+220=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC59DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59DC is #33A623. Grayscale: #898989. Windows color (decimal): -3384868 or 14440908. OLE color: 14440908.
HSL color Cylindrical-coordinate representation of color #CC59DC: hue angle of 292.67º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC59DC is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 89 | 220 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.14 |
| HSL | 292.67º | 0.65% | 0.61% | - |
| HSV(B) | 292.67º | 0.6% | 0.86% | - |
| XYZ | 41.39 | 25.15 | 70.38 | - |
| YUV | 138.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 220 | 0.07 | 0.60 | 0 | 0.14 | 292.67 | 0.65 | 0.61 |
| Hex | CC | 59 | DC | 7 | 3C | 0 | E | 125 | 41 | 3D |
| Octal | 314 | 131 | 334 | 7 | 74 | 0 | 16 | 445 | 101 | 75 |
| Binary | 11001100 | 1011001 | 11011100 | 111 | 111100 | 0 | 1110 | 100100101 | 1000001 | 111101 |
Color Harmonies of #CC59DC
Complementary color
Monochromatic Colors of #CC59DC
Black with #CC59DC
Text Example
Text Example
White with #CC59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59DC; }
p { color: rgb(204,89,220); }
H1.HeaderClassName
{
color: #CC59DC;
}
.AnyTagClassName
{
color: #CC59DC;
}
</style>
background-color css
<style>
a { background-color: #CC59DC; }
a { background-color: rgb(204,89,220); }
div.DivClassName
{
background-color: #CC59DC;
}
.BgClassName
{
background-color: #CC59DC;
}
</style>
border-color css
<style>
span { border-color: #CC59DC; }
span { border-color: rgb(204,89,220); }
td.TdClassName
{
border-color: #CC59DC;
}
.TagClassName
{
border-color: #CC59DC;
}
</style>