Shades of Medium Orchid #D23EFC
Tints of Medium Orchid #D23EFC
RGB
CMYK
RGB Variations
Color information
#D23EFC (or 0xD23EFC) is known color: Medium Orchid. HEX triplet: D2, 3E and FC. RGB value is (210,62,252). Sum of RGB (Red+Green+Blue) = 210+62+252=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 62 (24.61% from 255 or 11.83% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #D23EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23EFC is #2DC103. Grayscale: #7F7F7F. Windows color (decimal): -2998532 or 16531154. OLE color: 16531154.
HSL color Cylindrical-coordinate representation of color #D23EFC: hue angle of 286.74º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23EFC is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 62 | 252 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.01 |
| HSL | 286.74º | 0.97% | 0.62% | - |
| HSV(B) | 286.74º | 0.75% | 0.99% | - |
| XYZ | 45.87 | 24.18 | 94.34 | - |
| YUV | 127.91 | 198.03 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 252 | 0.17 | 0.75 | 0 | 0.01 | 286.74 | 0.97 | 0.62 |
| Hex | D2 | 3E | FC | 11 | 4B | 0 | 1 | 11F | 61 | 3E |
| Octal | 322 | 76 | 374 | 21 | 113 | 0 | 1 | 437 | 141 | 76 |
| Binary | 11010010 | 111110 | 11111100 | 10001 | 1001011 | 0 | 1 | 100011111 | 1100001 | 111110 |
Color Harmonies of #D23EFC
Complementary color
Monochromatic Colors of #D23EFC
Black with #D23EFC
Text Example
Text Example
White with #D23EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23EFC; }
p { color: rgb(210,62,252); }
H1.HeaderClassName
{
color: #D23EFC;
}
.AnyTagClassName
{
color: #D23EFC;
}
</style>
background-color css
<style>
a { background-color: #D23EFC; }
a { background-color: rgb(210,62,252); }
div.DivClassName
{
background-color: #D23EFC;
}
.BgClassName
{
background-color: #D23EFC;
}
</style>
border-color css
<style>
span { border-color: #D23EFC; }
span { border-color: rgb(210,62,252); }
td.TdClassName
{
border-color: #D23EFC;
}
.TagClassName
{
border-color: #D23EFC;
}
</style>