Shades of Medium Orchid #CC59E6
Tints of Medium Orchid #CC59E6
RGB
CMYK
RGB Variations
Color information
#CC59E6 (or 0xCC59E6) is known color: Medium Orchid. HEX triplet: CC, 59 and E6. RGB value is (204,89,230). Sum of RGB (Red+Green+Blue) = 204+89+230=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC59E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59E6 is #33A619. Grayscale: #8B8B8B. Windows color (decimal): -3384858 or 15096268. OLE color: 15096268.
HSL color Cylindrical-coordinate representation of color #CC59E6: hue angle of 288.94º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC59E6 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 89 | 230 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.10 |
| HSL | 288.94º | 0.74% | 0.63% | - |
| HSV(B) | 288.94º | 0.61% | 0.9% | - |
| XYZ | 42.76 | 25.7 | 77.57 | - |
| YUV | 139.46 | 179.1 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 230 | 0.11 | 0.61 | 0 | 0.10 | 288.94 | 0.74 | 0.63 |
| Hex | CC | 59 | E6 | B | 3D | 0 | A | 121 | 4A | 3F |
| Octal | 314 | 131 | 346 | 13 | 75 | 0 | 12 | 441 | 112 | 77 |
| Binary | 11001100 | 1011001 | 11100110 | 1011 | 111101 | 0 | 1010 | 100100001 | 1001010 | 111111 |
Color Harmonies of #CC59E6
Complementary color
Monochromatic Colors of #CC59E6
Black with #CC59E6
Text Example
Text Example
White with #CC59E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59E6; }
p { color: rgb(204,89,230); }
H1.HeaderClassName
{
color: #CC59E6;
}
.AnyTagClassName
{
color: #CC59E6;
}
</style>
background-color css
<style>
a { background-color: #CC59E6; }
a { background-color: rgb(204,89,230); }
div.DivClassName
{
background-color: #CC59E6;
}
.BgClassName
{
background-color: #CC59E6;
}
</style>
border-color css
<style>
span { border-color: #CC59E6; }
span { border-color: rgb(204,89,230); }
td.TdClassName
{
border-color: #CC59E6;
}
.TagClassName
{
border-color: #CC59E6;
}
</style>