Shades of Medium Orchid #CD5EDF
Tints of Medium Orchid #CD5EDF
RGB
CMYK
RGB Variations
Color information
#CD5EDF (or 0xCD5EDF) is known color: Medium Orchid. HEX triplet: CD, 5E and DF. RGB value is (205,94,223). Sum of RGB (Red+Green+Blue) = 205+94+223=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD5EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5EDF is #32A120. Grayscale: #8D8D8D. Windows color (decimal): -3318049 or 14638797. OLE color: 14638797.
HSL color Cylindrical-coordinate representation of color #CD5EDF: hue angle of 291.63º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5EDF is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 94 | 223 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.13 |
| HSL | 291.63º | 0.67% | 0.62% | - |
| HSV(B) | 291.63º | 0.58% | 0.87% | - |
| XYZ | 42.5 | 26.31 | 72.65 | - |
| YUV | 141.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 94 | 223 | 0.08 | 0.58 | 0 | 0.13 | 291.63 | 0.67 | 0.62 |
| Hex | CD | 5E | DF | 8 | 3A | 0 | D | 124 | 43 | 3E |
| Octal | 315 | 136 | 337 | 10 | 72 | 0 | 15 | 444 | 103 | 76 |
| Binary | 11001101 | 1011110 | 11011111 | 1000 | 111010 | 0 | 1101 | 100100100 | 1000011 | 111110 |
Color Harmonies of #CD5EDF
Complementary color
Monochromatic Colors of #CD5EDF
Black with #CD5EDF
Text Example
Text Example
White with #CD5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5EDF; }
p { color: rgb(205,94,223); }
H1.HeaderClassName
{
color: #CD5EDF;
}
.AnyTagClassName
{
color: #CD5EDF;
}
</style>
background-color css
<style>
a { background-color: #CD5EDF; }
a { background-color: rgb(205,94,223); }
div.DivClassName
{
background-color: #CD5EDF;
}
.BgClassName
{
background-color: #CD5EDF;
}
</style>
border-color css
<style>
span { border-color: #CD5EDF; }
span { border-color: rgb(205,94,223); }
td.TdClassName
{
border-color: #CD5EDF;
}
.TagClassName
{
border-color: #CD5EDF;
}
</style>