Shades of Medium Orchid #CD5FE0
Tints of Medium Orchid #CD5FE0
RGB
CMYK
RGB Variations
Color information
#CD5FE0 (or 0xCD5FE0) is known color: Medium Orchid. HEX triplet: CD, 5F and E0. RGB value is (205,95,224). Sum of RGB (Red+Green+Blue) = 205+95+224=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD5FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5FE0 is #32A01F. Grayscale: #8E8E8E. Windows color (decimal): -3317792 or 14704589. OLE color: 14704589.
HSL color Cylindrical-coordinate representation of color #CD5FE0: hue angle of 291.16º degrees, saturation: 0.68, 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 #CD5FE0 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 95 | 224 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.12 |
| HSL | 291.16º | 0.68% | 0.63% | - |
| HSV(B) | 291.16º | 0.58% | 0.88% | - |
| XYZ | 42.72 | 26.55 | 73.39 | - |
| YUV | 142.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 95 | 224 | 0.08 | 0.58 | 0 | 0.12 | 291.16 | 0.68 | 0.63 |
| Hex | CD | 5F | E0 | 8 | 3A | 0 | C | 123 | 44 | 3F |
| Octal | 315 | 137 | 340 | 10 | 72 | 0 | 14 | 443 | 104 | 77 |
| Binary | 11001101 | 1011111 | 11100000 | 1000 | 111010 | 0 | 1100 | 100100011 | 1000100 | 111111 |
Color Harmonies of #CD5FE0
Complementary color
Monochromatic Colors of #CD5FE0
Black with #CD5FE0
Text Example
Text Example
White with #CD5FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5FE0; }
p { color: rgb(205,95,224); }
H1.HeaderClassName
{
color: #CD5FE0;
}
.AnyTagClassName
{
color: #CD5FE0;
}
</style>
background-color css
<style>
a { background-color: #CD5FE0; }
a { background-color: rgb(205,95,224); }
div.DivClassName
{
background-color: #CD5FE0;
}
.BgClassName
{
background-color: #CD5FE0;
}
</style>
border-color css
<style>
span { border-color: #CD5FE0; }
span { border-color: rgb(205,95,224); }
td.TdClassName
{
border-color: #CD5FE0;
}
.TagClassName
{
border-color: #CD5FE0;
}
</style>