Shades of Medium Orchid #D23CE0
Tints of Medium Orchid #D23CE0
RGB
CMYK
RGB Variations
Color information
#D23CE0 (or 0xD23CE0) is known color: Medium Orchid. HEX triplet: D2, 3C and E0. RGB value is (210,60,224). Sum of RGB (Red+Green+Blue) = 210+60+224=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #D23CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CE0 is #2DC31F. Grayscale: #7B7B7B. Windows color (decimal): -2999072 or 14695634. OLE color: 14695634.
HSL color Cylindrical-coordinate representation of color #D23CE0: hue angle of 294.88º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23CE0 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 60 | 224 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.12 |
| HSL | 294.88º | 0.73% | 0.56% | - |
| HSV(B) | 294.88º | 0.73% | 0.88% | - |
| XYZ | 41.65 | 22.32 | 72.63 | - |
| YUV | 123.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 224 | 0.06 | 0.73 | 0 | 0.12 | 294.88 | 0.73 | 0.56 |
| Hex | D2 | 3C | E0 | 6 | 49 | 0 | C | 127 | 49 | 38 |
| Octal | 322 | 74 | 340 | 6 | 111 | 0 | 14 | 447 | 111 | 70 |
| Binary | 11010010 | 111100 | 11100000 | 110 | 1001001 | 0 | 1100 | 100100111 | 1001001 | 111000 |
Color Harmonies of #D23CE0
Complementary color
Monochromatic Colors of #D23CE0
Black with #D23CE0
Text Example
Text Example
White with #D23CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CE0; }
p { color: rgb(210,60,224); }
H1.HeaderClassName
{
color: #D23CE0;
}
.AnyTagClassName
{
color: #D23CE0;
}
</style>
background-color css
<style>
a { background-color: #D23CE0; }
a { background-color: rgb(210,60,224); }
div.DivClassName
{
background-color: #D23CE0;
}
.BgClassName
{
background-color: #D23CE0;
}
</style>
border-color css
<style>
span { border-color: #D23CE0; }
span { border-color: rgb(210,60,224); }
td.TdClassName
{
border-color: #D23CE0;
}
.TagClassName
{
border-color: #D23CE0;
}
</style>