Shades of Medium Orchid #CC5EED
Tints of Medium Orchid #CC5EED
RGB
CMYK
RGB Variations
Color information
#CC5EED (or 0xCC5EED) is known color: Medium Orchid. HEX triplet: CC, 5E and ED. RGB value is (204,94,237). Sum of RGB (Red+Green+Blue) = 204+94+237=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC5EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5EED is #33A112. Grayscale: #8E8E8E. Windows color (decimal): -3383571 or 15556300. OLE color: 15556300.
HSL color Cylindrical-coordinate representation of color #CC5EED: hue angle of 286.15º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5EED is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 94 | 237 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.07 |
| HSL | 286.15º | 0.8% | 0.65% | - |
| HSV(B) | 286.15º | 0.6% | 0.93% | - |
| XYZ | 44.19 | 26.96 | 82.99 | - |
| YUV | 143.19 | 180.94 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 237 | 0.14 | 0.60 | 0 | 0.07 | 286.15 | 0.8 | 0.65 |
| Hex | CC | 5E | ED | E | 3C | 0 | 7 | 11E | 50 | 41 |
| Octal | 314 | 136 | 355 | 16 | 74 | 0 | 7 | 436 | 120 | 101 |
| Binary | 11001100 | 1011110 | 11101101 | 1110 | 111100 | 0 | 111 | 100011110 | 1010000 | 1000001 |
Color Harmonies of #CC5EED
Complementary color
Monochromatic Colors of #CC5EED
Black with #CC5EED
Text Example
Text Example
White with #CC5EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EED; }
p { color: rgb(204,94,237); }
H1.HeaderClassName
{
color: #CC5EED;
}
.AnyTagClassName
{
color: #CC5EED;
}
</style>
background-color css
<style>
a { background-color: #CC5EED; }
a { background-color: rgb(204,94,237); }
div.DivClassName
{
background-color: #CC5EED;
}
.BgClassName
{
background-color: #CC5EED;
}
</style>
border-color css
<style>
span { border-color: #CC5EED; }
span { border-color: rgb(204,94,237); }
td.TdClassName
{
border-color: #CC5EED;
}
.TagClassName
{
border-color: #CC5EED;
}
</style>