Shades of Medium Orchid #CC5EE1
Tints of Medium Orchid #CC5EE1
RGB
CMYK
RGB Variations
Color information
#CC5EE1 (or 0xCC5EE1) is known color: Medium Orchid. HEX triplet: CC, 5E and E1. RGB value is (204,94,225). Sum of RGB (Red+Green+Blue) = 204+94+225=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC5EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EE1 is #33A11E. Grayscale: #8D8D8D. Windows color (decimal): -3383583 or 14769868. OLE color: 14769868.
HSL color Cylindrical-coordinate representation of color #CC5EE1: hue angle of 290.38º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5EE1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 94 | 225 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.12 |
| HSL | 290.38º | 0.69% | 0.63% | - |
| HSV(B) | 290.38º | 0.58% | 0.88% | - |
| XYZ | 42.5 | 26.28 | 74.07 | - |
| YUV | 141.82 | 174.94 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 225 | 0.09 | 0.58 | 0 | 0.12 | 290.38 | 0.69 | 0.63 |
| Hex | CC | 5E | E1 | 9 | 3A | 0 | C | 122 | 45 | 3F |
| Octal | 314 | 136 | 341 | 11 | 72 | 0 | 14 | 442 | 105 | 77 |
| Binary | 11001100 | 1011110 | 11100001 | 1001 | 111010 | 0 | 1100 | 100100010 | 1000101 | 111111 |
Color Harmonies of #CC5EE1
Complementary color
Monochromatic Colors of #CC5EE1
Black with #CC5EE1
Text Example
Text Example
White with #CC5EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EE1; }
p { color: rgb(204,94,225); }
H1.HeaderClassName
{
color: #CC5EE1;
}
.AnyTagClassName
{
color: #CC5EE1;
}
</style>
background-color css
<style>
a { background-color: #CC5EE1; }
a { background-color: rgb(204,94,225); }
div.DivClassName
{
background-color: #CC5EE1;
}
.BgClassName
{
background-color: #CC5EE1;
}
</style>
border-color css
<style>
span { border-color: #CC5EE1; }
span { border-color: rgb(204,94,225); }
td.TdClassName
{
border-color: #CC5EE1;
}
.TagClassName
{
border-color: #CC5EE1;
}
</style>