Shades of Medium Orchid #D23FE0
Tints of Medium Orchid #D23FE0
RGB
CMYK
RGB Variations
Color information
#D23FE0 (or 0xD23FE0) is known color: Medium Orchid. HEX triplet: D2, 3F and E0. RGB value is (210,63,224). Sum of RGB (Red+Green+Blue) = 210+63+224=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #D23FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23FE0 is #2DC01F. Grayscale: #7C7C7C. Windows color (decimal): -2998304 or 14696402. OLE color: 14696402.
HSL color Cylindrical-coordinate representation of color #D23FE0: hue angle of 294.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23FE0 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 63 | 224 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.12 |
| HSL | 294.78º | 0.72% | 0.56% | - |
| HSV(B) | 294.78º | 0.72% | 0.88% | - |
| XYZ | 41.81 | 22.64 | 72.69 | - |
| YUV | 125.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 224 | 0.06 | 0.72 | 0 | 0.12 | 294.78 | 0.72 | 0.56 |
| Hex | D2 | 3F | E0 | 6 | 48 | 0 | C | 127 | 48 | 38 |
| Octal | 322 | 77 | 340 | 6 | 110 | 0 | 14 | 447 | 110 | 70 |
| Binary | 11010010 | 111111 | 11100000 | 110 | 1001000 | 0 | 1100 | 100100111 | 1001000 | 111000 |
Color Harmonies of #D23FE0
Complementary color
Monochromatic Colors of #D23FE0
Black with #D23FE0
Text Example
Text Example
White with #D23FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FE0; }
p { color: rgb(210,63,224); }
H1.HeaderClassName
{
color: #D23FE0;
}
.AnyTagClassName
{
color: #D23FE0;
}
</style>
background-color css
<style>
a { background-color: #D23FE0; }
a { background-color: rgb(210,63,224); }
div.DivClassName
{
background-color: #D23FE0;
}
.BgClassName
{
background-color: #D23FE0;
}
</style>
border-color css
<style>
span { border-color: #D23FE0; }
span { border-color: rgb(210,63,224); }
td.TdClassName
{
border-color: #D23FE0;
}
.TagClassName
{
border-color: #D23FE0;
}
</style>