Shades of Medium Orchid #D23CEC
Tints of Medium Orchid #D23CEC
RGB
CMYK
RGB Variations
Color information
#D23CEC (or 0xD23CEC) is known color: Medium Orchid. HEX triplet: D2, 3C and EC. RGB value is (210,60,236). Sum of RGB (Red+Green+Blue) = 210+60+236=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #D23CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23CEC is #2DC313. Grayscale: #7C7C7C. Windows color (decimal): -2999060 or 15482066. OLE color: 15482066.
HSL color Cylindrical-coordinate representation of color #D23CEC: hue angle of 291.14º degrees, saturation: 0.82, 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 #D23CEC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 60 | 236 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.07 |
| HSL | 291.14º | 0.82% | 0.58% | - |
| HSV(B) | 291.14º | 0.75% | 0.93% | - |
| XYZ | 43.33 | 22.99 | 81.51 | - |
| YUV | 124.91 | 190.7 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 236 | 0.11 | 0.75 | 0 | 0.07 | 291.14 | 0.82 | 0.58 |
| Hex | D2 | 3C | EC | B | 4B | 0 | 7 | 123 | 52 | 3A |
| Octal | 322 | 74 | 354 | 13 | 113 | 0 | 7 | 443 | 122 | 72 |
| Binary | 11010010 | 111100 | 11101100 | 1011 | 1001011 | 0 | 111 | 100100011 | 1010010 | 111010 |
Color Harmonies of #D23CEC
Complementary color
Monochromatic Colors of #D23CEC
Black with #D23CEC
Text Example
Text Example
White with #D23CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CEC; }
p { color: rgb(210,60,236); }
H1.HeaderClassName
{
color: #D23CEC;
}
.AnyTagClassName
{
color: #D23CEC;
}
</style>
background-color css
<style>
a { background-color: #D23CEC; }
a { background-color: rgb(210,60,236); }
div.DivClassName
{
background-color: #D23CEC;
}
.BgClassName
{
background-color: #D23CEC;
}
</style>
border-color css
<style>
span { border-color: #D23CEC; }
span { border-color: rgb(210,60,236); }
td.TdClassName
{
border-color: #D23CEC;
}
.TagClassName
{
border-color: #D23CEC;
}
</style>