Shades of Medium Orchid #D24CED
Tints of Medium Orchid #D24CED
RGB
CMYK
RGB Variations
Color information
#D24CED (or 0xD24CED) is known color: Medium Orchid. HEX triplet: D2, 4C and ED. RGB value is (210,76,237). Sum of RGB (Red+Green+Blue) = 210+76+237=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #D24CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24CED is #2DB312. Grayscale: #858585. Windows color (decimal): -2994963 or 15551698. OLE color: 15551698.
HSL color Cylindrical-coordinate representation of color #D24CED: hue angle of 289.94º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24CED is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 76 | 237 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.07 |
| HSL | 289.94º | 0.82% | 0.61% | - |
| HSV(B) | 289.94º | 0.68% | 0.93% | - |
| XYZ | 44.45 | 24.98 | 82.6 | - |
| YUV | 134.42 | 185.89 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 237 | 0.11 | 0.68 | 0 | 0.07 | 289.94 | 0.82 | 0.61 |
| Hex | D2 | 4C | ED | B | 44 | 0 | 7 | 122 | 52 | 3D |
| Octal | 322 | 114 | 355 | 13 | 104 | 0 | 7 | 442 | 122 | 75 |
| Binary | 11010010 | 1001100 | 11101101 | 1011 | 1000100 | 0 | 111 | 100100010 | 1010010 | 111101 |
Color Harmonies of #D24CED
Complementary color
Monochromatic Colors of #D24CED
Black with #D24CED
Text Example
Text Example
White with #D24CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24CED; }
p { color: rgb(210,76,237); }
H1.HeaderClassName
{
color: #D24CED;
}
.AnyTagClassName
{
color: #D24CED;
}
</style>
background-color css
<style>
a { background-color: #D24CED; }
a { background-color: rgb(210,76,237); }
div.DivClassName
{
background-color: #D24CED;
}
.BgClassName
{
background-color: #D24CED;
}
</style>
border-color css
<style>
span { border-color: #D24CED; }
span { border-color: rgb(210,76,237); }
td.TdClassName
{
border-color: #D24CED;
}
.TagClassName
{
border-color: #D24CED;
}
</style>