Shades of Medium Orchid #D23CF8
Tints of Medium Orchid #D23CF8
RGB
CMYK
RGB Variations
Color information
#D23CF8 (or 0xD23CF8) is known color: Medium Orchid. HEX triplet: D2, 3C and F8. RGB value is (210,60,248). Sum of RGB (Red+Green+Blue) = 210+60+248=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #D23CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23CF8 is #2DC307. Grayscale: #7D7D7D. Windows color (decimal): -2999048 or 16268498. OLE color: 16268498.
HSL color Cylindrical-coordinate representation of color #D23CF8: hue angle of 287.87º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23CF8 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 60 | 248 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.03 |
| HSL | 287.87º | 0.93% | 0.6% | - |
| HSV(B) | 287.87º | 0.76% | 0.97% | - |
| XYZ | 45.14 | 23.71 | 91 | - |
| YUV | 126.28 | 196.7 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 248 | 0.15 | 0.76 | 0 | 0.03 | 287.87 | 0.93 | 0.6 |
| Hex | D2 | 3C | F8 | F | 4C | 0 | 3 | 120 | 5D | 3C |
| Octal | 322 | 74 | 370 | 17 | 114 | 0 | 3 | 440 | 135 | 74 |
| Binary | 11010010 | 111100 | 11111000 | 1111 | 1001100 | 0 | 11 | 100100000 | 1011101 | 111100 |
Color Harmonies of #D23CF8
Complementary color
Monochromatic Colors of #D23CF8
Black with #D23CF8
Text Example
Text Example
White with #D23CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CF8; }
p { color: rgb(210,60,248); }
H1.HeaderClassName
{
color: #D23CF8;
}
.AnyTagClassName
{
color: #D23CF8;
}
</style>
background-color css
<style>
a { background-color: #D23CF8; }
a { background-color: rgb(210,60,248); }
div.DivClassName
{
background-color: #D23CF8;
}
.BgClassName
{
background-color: #D23CF8;
}
</style>
border-color css
<style>
span { border-color: #D23CF8; }
span { border-color: rgb(210,60,248); }
td.TdClassName
{
border-color: #D23CF8;
}
.TagClassName
{
border-color: #D23CF8;
}
</style>