Shades of Medium Orchid #CC5EDE
Tints of Medium Orchid #CC5EDE
RGB
CMYK
RGB Variations
Color information
#CC5EDE (or 0xCC5EDE) is known color: Medium Orchid. HEX triplet: CC, 5E and DE. RGB value is (204,94,222). Sum of RGB (Red+Green+Blue) = 204+94+222=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC5EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EDE is #33A121. Grayscale: #8D8D8D. Windows color (decimal): -3383586 or 14573260. OLE color: 14573260.
HSL color Cylindrical-coordinate representation of color #CC5EDE: hue angle of 291.56º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5EDE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 94 | 222 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.13 |
| HSL | 291.56º | 0.66% | 0.62% | - |
| HSV(B) | 291.56º | 0.58% | 0.87% | - |
| XYZ | 42.09 | 26.12 | 71.93 | - |
| YUV | 141.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 222 | 0.08 | 0.58 | 0 | 0.13 | 291.56 | 0.66 | 0.62 |
| Hex | CC | 5E | DE | 8 | 3A | 0 | D | 124 | 42 | 3E |
| Octal | 314 | 136 | 336 | 10 | 72 | 0 | 15 | 444 | 102 | 76 |
| Binary | 11001100 | 1011110 | 11011110 | 1000 | 111010 | 0 | 1101 | 100100100 | 1000010 | 111110 |
Color Harmonies of #CC5EDE
Complementary color
Monochromatic Colors of #CC5EDE
Black with #CC5EDE
Text Example
Text Example
White with #CC5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EDE; }
p { color: rgb(204,94,222); }
H1.HeaderClassName
{
color: #CC5EDE;
}
.AnyTagClassName
{
color: #CC5EDE;
}
</style>
background-color css
<style>
a { background-color: #CC5EDE; }
a { background-color: rgb(204,94,222); }
div.DivClassName
{
background-color: #CC5EDE;
}
.BgClassName
{
background-color: #CC5EDE;
}
</style>
border-color css
<style>
span { border-color: #CC5EDE; }
span { border-color: rgb(204,94,222); }
td.TdClassName
{
border-color: #CC5EDE;
}
.TagClassName
{
border-color: #CC5EDE;
}
</style>