Shades of Medium Orchid #CC5EDC
Tints of Medium Orchid #CC5EDC
RGB
CMYK
RGB Variations
Color information
#CC5EDC (or 0xCC5EDC) is known color: Medium Orchid. HEX triplet: CC, 5E and DC. RGB value is (204,94,220). Sum of RGB (Red+Green+Blue) = 204+94+220=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC5EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EDC is #33A123. Grayscale: #8C8C8C. Windows color (decimal): -3383588 or 14442188. OLE color: 14442188.
HSL color Cylindrical-coordinate representation of color #CC5EDC: hue angle of 292.38º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5EDC is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 94 | 220 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.14 |
| HSL | 292.38º | 0.64% | 0.62% | - |
| HSV(B) | 292.38º | 0.57% | 0.86% | - |
| XYZ | 41.82 | 26.01 | 70.53 | - |
| YUV | 141.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 220 | 0.07 | 0.57 | 0 | 0.14 | 292.38 | 0.64 | 0.62 |
| Hex | CC | 5E | DC | 7 | 39 | 0 | E | 124 | 40 | 3E |
| Octal | 314 | 136 | 334 | 7 | 71 | 0 | 16 | 444 | 100 | 76 |
| Binary | 11001100 | 1011110 | 11011100 | 111 | 111001 | 0 | 1110 | 100100100 | 1000000 | 111110 |
Color Harmonies of #CC5EDC
Complementary color
Monochromatic Colors of #CC5EDC
Black with #CC5EDC
Text Example
Text Example
White with #CC5EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EDC; }
p { color: rgb(204,94,220); }
H1.HeaderClassName
{
color: #CC5EDC;
}
.AnyTagClassName
{
color: #CC5EDC;
}
</style>
background-color css
<style>
a { background-color: #CC5EDC; }
a { background-color: rgb(204,94,220); }
div.DivClassName
{
background-color: #CC5EDC;
}
.BgClassName
{
background-color: #CC5EDC;
}
</style>
border-color css
<style>
span { border-color: #CC5EDC; }
span { border-color: rgb(204,94,220); }
td.TdClassName
{
border-color: #CC5EDC;
}
.TagClassName
{
border-color: #CC5EDC;
}
</style>