Shades of Medium Orchid #CC59E5
Tints of Medium Orchid #CC59E5
RGB
CMYK
RGB Variations
Color information
#CC59E5 (or 0xCC59E5) is known color: Medium Orchid. HEX triplet: CC, 59 and E5. RGB value is (204,89,229). Sum of RGB (Red+Green+Blue) = 204+89+229=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC59E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59E5 is #33A61A. Grayscale: #8A8A8A. Windows color (decimal): -3384859 or 15030732. OLE color: 15030732.
HSL color Cylindrical-coordinate representation of color #CC59E5: hue angle of 289.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC59E5 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 89 | 229 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.10 |
| HSL | 289.29º | 0.73% | 0.62% | - |
| HSV(B) | 289.29º | 0.61% | 0.9% | - |
| XYZ | 42.62 | 25.64 | 76.83 | - |
| YUV | 139.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 229 | 0.11 | 0.61 | 0 | 0.10 | 289.29 | 0.73 | 0.62 |
| Hex | CC | 59 | E5 | B | 3D | 0 | A | 121 | 49 | 3E |
| Octal | 314 | 131 | 345 | 13 | 75 | 0 | 12 | 441 | 111 | 76 |
| Binary | 11001100 | 1011001 | 11100101 | 1011 | 111101 | 0 | 1010 | 100100001 | 1001001 | 111110 |
Color Harmonies of #CC59E5
Complementary color
Monochromatic Colors of #CC59E5
Black with #CC59E5
Text Example
Text Example
White with #CC59E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59E5; }
p { color: rgb(204,89,229); }
H1.HeaderClassName
{
color: #CC59E5;
}
.AnyTagClassName
{
color: #CC59E5;
}
</style>
background-color css
<style>
a { background-color: #CC59E5; }
a { background-color: rgb(204,89,229); }
div.DivClassName
{
background-color: #CC59E5;
}
.BgClassName
{
background-color: #CC59E5;
}
</style>
border-color css
<style>
span { border-color: #CC59E5; }
span { border-color: rgb(204,89,229); }
td.TdClassName
{
border-color: #CC59E5;
}
.TagClassName
{
border-color: #CC59E5;
}
</style>