Shades of Medium Orchid #CD50ED
Tints of Medium Orchid #CD50ED
RGB
CMYK
RGB Variations
Color information
#CD50ED (or 0xCD50ED) is known color: Medium Orchid. HEX triplet: CD, 50 and ED. RGB value is (205,80,237). Sum of RGB (Red+Green+Blue) = 205+80+237=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD50ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD50ED is #32AF12. Grayscale: #868686. Windows color (decimal): -3321619 or 15552717. OLE color: 15552717.
HSL color Cylindrical-coordinate representation of color #CD50ED: hue angle of 287.77º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD50ED is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 80 | 237 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.07 |
| HSL | 287.77º | 0.81% | 0.62% | - |
| HSV(B) | 287.77º | 0.66% | 0.93% | - |
| XYZ | 43.33 | 24.83 | 82.63 | - |
| YUV | 135.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 237 | 0.14 | 0.66 | 0 | 0.07 | 287.77 | 0.81 | 0.62 |
| Hex | CD | 50 | ED | E | 42 | 0 | 7 | 120 | 51 | 3E |
| Octal | 315 | 120 | 355 | 16 | 102 | 0 | 7 | 440 | 121 | 76 |
| Binary | 11001101 | 1010000 | 11101101 | 1110 | 1000010 | 0 | 111 | 100100000 | 1010001 | 111110 |
Color Harmonies of #CD50ED
Complementary color
Monochromatic Colors of #CD50ED
Black with #CD50ED
Text Example
Text Example
White with #CD50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD50ED; }
p { color: rgb(205,80,237); }
H1.HeaderClassName
{
color: #CD50ED;
}
.AnyTagClassName
{
color: #CD50ED;
}
</style>
background-color css
<style>
a { background-color: #CD50ED; }
a { background-color: rgb(205,80,237); }
div.DivClassName
{
background-color: #CD50ED;
}
.BgClassName
{
background-color: #CD50ED;
}
</style>
border-color css
<style>
span { border-color: #CD50ED; }
span { border-color: rgb(205,80,237); }
td.TdClassName
{
border-color: #CD50ED;
}
.TagClassName
{
border-color: #CD50ED;
}
</style>