Shades of Medium Orchid #D23CEF
Tints of Medium Orchid #D23CEF
RGB
CMYK
RGB Variations
Color information
#D23CEF (or 0xD23CEF) is known color: Medium Orchid. HEX triplet: D2, 3C and EF. RGB value is (210,60,239). Sum of RGB (Red+Green+Blue) = 210+60+239=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #D23CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23CEF is #2DC310. Grayscale: #7C7C7C. Windows color (decimal): -2999057 or 15678674. OLE color: 15678674.
HSL color Cylindrical-coordinate representation of color #D23CEF: hue angle of 290.28º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23CEF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 60 | 239 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.06 |
| HSL | 290.28º | 0.85% | 0.59% | - |
| HSV(B) | 290.28º | 0.75% | 0.94% | - |
| XYZ | 43.77 | 23.17 | 83.83 | - |
| YUV | 125.26 | 192.2 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 239 | 0.12 | 0.75 | 0 | 0.06 | 290.28 | 0.85 | 0.59 |
| Hex | D2 | 3C | EF | C | 4B | 0 | 6 | 122 | 55 | 3B |
| Octal | 322 | 74 | 357 | 14 | 113 | 0 | 6 | 442 | 125 | 73 |
| Binary | 11010010 | 111100 | 11101111 | 1100 | 1001011 | 0 | 110 | 100100010 | 1010101 | 111011 |
Color Harmonies of #D23CEF
Complementary color
Monochromatic Colors of #D23CEF
Black with #D23CEF
Text Example
Text Example
White with #D23CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CEF; }
p { color: rgb(210,60,239); }
H1.HeaderClassName
{
color: #D23CEF;
}
.AnyTagClassName
{
color: #D23CEF;
}
</style>
background-color css
<style>
a { background-color: #D23CEF; }
a { background-color: rgb(210,60,239); }
div.DivClassName
{
background-color: #D23CEF;
}
.BgClassName
{
background-color: #D23CEF;
}
</style>
border-color css
<style>
span { border-color: #D23CEF; }
span { border-color: rgb(210,60,239); }
td.TdClassName
{
border-color: #D23CEF;
}
.TagClassName
{
border-color: #D23CEF;
}
</style>