Shades of Medium Orchid #CC5DE0
Tints of Medium Orchid #CC5DE0
RGB
CMYK
RGB Variations
Color information
#CC5DE0 (or 0xCC5DE0) is known color: Medium Orchid. HEX triplet: CC, 5D and E0. RGB value is (204,93,224). Sum of RGB (Red+Green+Blue) = 204+93+224=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC5DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DE0 is #33A21F. Grayscale: #8C8C8C. Windows color (decimal): -3383840 or 14704076. OLE color: 14704076.
HSL color Cylindrical-coordinate representation of color #CC5DE0: hue angle of 290.84º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5DE0 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 93 | 224 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.12 |
| HSL | 290.84º | 0.68% | 0.62% | - |
| HSV(B) | 290.84º | 0.58% | 0.88% | - |
| XYZ | 42.27 | 26.05 | 73.32 | - |
| YUV | 141.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 224 | 0.09 | 0.58 | 0 | 0.12 | 290.84 | 0.68 | 0.62 |
| Hex | CC | 5D | E0 | 9 | 3A | 0 | C | 123 | 44 | 3E |
| Octal | 314 | 135 | 340 | 11 | 72 | 0 | 14 | 443 | 104 | 76 |
| Binary | 11001100 | 1011101 | 11100000 | 1001 | 111010 | 0 | 1100 | 100100011 | 1000100 | 111110 |
Color Harmonies of #CC5DE0
Complementary color
Monochromatic Colors of #CC5DE0
Black with #CC5DE0
Text Example
Text Example
White with #CC5DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DE0; }
p { color: rgb(204,93,224); }
H1.HeaderClassName
{
color: #CC5DE0;
}
.AnyTagClassName
{
color: #CC5DE0;
}
</style>
background-color css
<style>
a { background-color: #CC5DE0; }
a { background-color: rgb(204,93,224); }
div.DivClassName
{
background-color: #CC5DE0;
}
.BgClassName
{
background-color: #CC5DE0;
}
</style>
border-color css
<style>
span { border-color: #CC5DE0; }
span { border-color: rgb(204,93,224); }
td.TdClassName
{
border-color: #CC5DE0;
}
.TagClassName
{
border-color: #CC5DE0;
}
</style>