Shades of Medium Orchid #CC59EE
Tints of Medium Orchid #CC59EE
RGB
CMYK
RGB Variations
Color information
#CC59EE (or 0xCC59EE) is known color: Medium Orchid. HEX triplet: CC, 59 and EE. RGB value is (204,89,238). Sum of RGB (Red+Green+Blue) = 204+89+238=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC59EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59EE is #33A611. Grayscale: #8B8B8B. Windows color (decimal): -3384850 or 15620556. OLE color: 15620556.
HSL color Cylindrical-coordinate representation of color #CC59EE: hue angle of 286.31º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC59EE is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 89 | 238 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.07 |
| HSL | 286.31º | 0.81% | 0.64% | - |
| HSV(B) | 286.31º | 0.63% | 0.93% | - |
| XYZ | 43.91 | 26.16 | 83.62 | - |
| YUV | 140.37 | 183.1 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 238 | 0.14 | 0.63 | 0 | 0.07 | 286.31 | 0.81 | 0.64 |
| Hex | CC | 59 | EE | E | 3F | 0 | 7 | 11E | 51 | 40 |
| Octal | 314 | 131 | 356 | 16 | 77 | 0 | 7 | 436 | 121 | 100 |
| Binary | 11001100 | 1011001 | 11101110 | 1110 | 111111 | 0 | 111 | 100011110 | 1010001 | 1000000 |
Color Harmonies of #CC59EE
Complementary color
Monochromatic Colors of #CC59EE
Black with #CC59EE
Text Example
Text Example
White with #CC59EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59EE; }
p { color: rgb(204,89,238); }
H1.HeaderClassName
{
color: #CC59EE;
}
.AnyTagClassName
{
color: #CC59EE;
}
</style>
background-color css
<style>
a { background-color: #CC59EE; }
a { background-color: rgb(204,89,238); }
div.DivClassName
{
background-color: #CC59EE;
}
.BgClassName
{
background-color: #CC59EE;
}
</style>
border-color css
<style>
span { border-color: #CC59EE; }
span { border-color: rgb(204,89,238); }
td.TdClassName
{
border-color: #CC59EE;
}
.TagClassName
{
border-color: #CC59EE;
}
</style>