Shades of Medium Orchid #CC59EF
Tints of Medium Orchid #CC59EF
RGB
CMYK
RGB Variations
Color information
#CC59EF (or 0xCC59EF) is known color: Medium Orchid. HEX triplet: CC, 59 and EF. RGB value is (204,89,239). Sum of RGB (Red+Green+Blue) = 204+89+239=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC59EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC59EF is #33A610. Grayscale: #8C8C8C. Windows color (decimal): -3384849 or 15686092. OLE color: 15686092.
HSL color Cylindrical-coordinate representation of color #CC59EF: hue angle of 286º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC59EF is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 89 | 239 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.06 |
| HSL | 286º | 0.82% | 0.64% | - |
| HSV(B) | 286º | 0.63% | 0.94% | - |
| XYZ | 44.05 | 26.21 | 84.4 | - |
| YUV | 140.49 | 183.6 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 239 | 0.15 | 0.63 | 0 | 0.06 | 286 | 0.82 | 0.64 |
| Hex | CC | 59 | EF | F | 3F | 0 | 6 | 11E | 52 | 40 |
| Octal | 314 | 131 | 357 | 17 | 77 | 0 | 6 | 436 | 122 | 100 |
| Binary | 11001100 | 1011001 | 11101111 | 1111 | 111111 | 0 | 110 | 100011110 | 1010010 | 1000000 |
Color Harmonies of #CC59EF
Complementary color
Monochromatic Colors of #CC59EF
Black with #CC59EF
Text Example
Text Example
White with #CC59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59EF; }
p { color: rgb(204,89,239); }
H1.HeaderClassName
{
color: #CC59EF;
}
.AnyTagClassName
{
color: #CC59EF;
}
</style>
background-color css
<style>
a { background-color: #CC59EF; }
a { background-color: rgb(204,89,239); }
div.DivClassName
{
background-color: #CC59EF;
}
.BgClassName
{
background-color: #CC59EF;
}
</style>
border-color css
<style>
span { border-color: #CC59EF; }
span { border-color: rgb(204,89,239); }
td.TdClassName
{
border-color: #CC59EF;
}
.TagClassName
{
border-color: #CC59EF;
}
</style>