Shades of Medium Orchid #D23CED
Tints of Medium Orchid #D23CED
RGB
CMYK
RGB Variations
Color information
#D23CED (or 0xD23CED) is known color: Medium Orchid. HEX triplet: D2, 3C and ED. RGB value is (210,60,237). Sum of RGB (Red+Green+Blue) = 210+60+237=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #D23CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23CED is #2DC312. Grayscale: #7C7C7C. Windows color (decimal): -2999059 or 15547602. OLE color: 15547602.
HSL color Cylindrical-coordinate representation of color #D23CED: hue angle of 290.85º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23CED is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 60 | 237 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.07 |
| HSL | 290.85º | 0.83% | 0.58% | - |
| HSV(B) | 290.85º | 0.75% | 0.93% | - |
| XYZ | 43.48 | 23.05 | 82.28 | - |
| YUV | 125.03 | 191.2 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 237 | 0.11 | 0.75 | 0 | 0.07 | 290.85 | 0.83 | 0.58 |
| Hex | D2 | 3C | ED | B | 4B | 0 | 7 | 123 | 53 | 3A |
| Octal | 322 | 74 | 355 | 13 | 113 | 0 | 7 | 443 | 123 | 72 |
| Binary | 11010010 | 111100 | 11101101 | 1011 | 1001011 | 0 | 111 | 100100011 | 1010011 | 111010 |
Color Harmonies of #D23CED
Complementary color
Monochromatic Colors of #D23CED
Black with #D23CED
Text Example
Text Example
White with #D23CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CED; }
p { color: rgb(210,60,237); }
H1.HeaderClassName
{
color: #D23CED;
}
.AnyTagClassName
{
color: #D23CED;
}
</style>
background-color css
<style>
a { background-color: #D23CED; }
a { background-color: rgb(210,60,237); }
div.DivClassName
{
background-color: #D23CED;
}
.BgClassName
{
background-color: #D23CED;
}
</style>
border-color css
<style>
span { border-color: #D23CED; }
span { border-color: rgb(210,60,237); }
td.TdClassName
{
border-color: #D23CED;
}
.TagClassName
{
border-color: #D23CED;
}
</style>