Shades of Medium Orchid #D23FEE
Tints of Medium Orchid #D23FEE
RGB
CMYK
RGB Variations
Color information
#D23FEE (or 0xD23FEE) is known color: Medium Orchid. HEX triplet: D2, 3F and EE. RGB value is (210,63,238). Sum of RGB (Red+Green+Blue) = 210+63+238=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #D23FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23FEE is #2DC011. Grayscale: #7E7E7E. Windows color (decimal): -2998290 or 15613906. OLE color: 15613906.
HSL color Cylindrical-coordinate representation of color #D23FEE: hue angle of 290.4º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23FEE is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 63 | 238 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.07 |
| HSL | 290.4º | 0.84% | 0.59% | - |
| HSV(B) | 290.4º | 0.74% | 0.93% | - |
| XYZ | 43.79 | 23.43 | 83.1 | - |
| YUV | 126.9 | 190.7 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 238 | 0.12 | 0.74 | 0 | 0.07 | 290.4 | 0.84 | 0.59 |
| Hex | D2 | 3F | EE | C | 4A | 0 | 7 | 122 | 54 | 3B |
| Octal | 322 | 77 | 356 | 14 | 112 | 0 | 7 | 442 | 124 | 73 |
| Binary | 11010010 | 111111 | 11101110 | 1100 | 1001010 | 0 | 111 | 100100010 | 1010100 | 111011 |
Color Harmonies of #D23FEE
Complementary color
Monochromatic Colors of #D23FEE
Black with #D23FEE
Text Example
Text Example
White with #D23FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FEE; }
p { color: rgb(210,63,238); }
H1.HeaderClassName
{
color: #D23FEE;
}
.AnyTagClassName
{
color: #D23FEE;
}
</style>
background-color css
<style>
a { background-color: #D23FEE; }
a { background-color: rgb(210,63,238); }
div.DivClassName
{
background-color: #D23FEE;
}
.BgClassName
{
background-color: #D23FEE;
}
</style>
border-color css
<style>
span { border-color: #D23FEE; }
span { border-color: rgb(210,63,238); }
td.TdClassName
{
border-color: #D23FEE;
}
.TagClassName
{
border-color: #D23FEE;
}
</style>