Shades of Medium Orchid #D23FF9
Tints of Medium Orchid #D23FF9
RGB
CMYK
RGB Variations
Color information
#D23FF9 (or 0xD23FF9) is known color: Medium Orchid. HEX triplet: D2, 3F and F9. RGB value is (210,63,249). Sum of RGB (Red+Green+Blue) = 210+63+249=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 63 (25% from 255 or 12.07% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #D23FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23FF9 is #2DC006. Grayscale: #7F7F7F. Windows color (decimal): -2998279 or 16334802. OLE color: 16334802.
HSL color Cylindrical-coordinate representation of color #D23FF9: hue angle of 287.42º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23FF9 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 63 | 249 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.02 |
| HSL | 287.42º | 0.94% | 0.61% | - |
| HSV(B) | 287.42º | 0.75% | 0.98% | - |
| XYZ | 45.45 | 24.1 | 91.88 | - |
| YUV | 128.16 | 196.2 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 249 | 0.16 | 0.75 | 0 | 0.02 | 287.42 | 0.94 | 0.61 |
| Hex | D2 | 3F | F9 | 10 | 4B | 0 | 2 | 11F | 5E | 3D |
| Octal | 322 | 77 | 371 | 20 | 113 | 0 | 2 | 437 | 136 | 75 |
| Binary | 11010010 | 111111 | 11111001 | 10000 | 1001011 | 0 | 10 | 100011111 | 1011110 | 111101 |
Color Harmonies of #D23FF9
Complementary color
Monochromatic Colors of #D23FF9
Black with #D23FF9
Text Example
Text Example
White with #D23FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FF9; }
p { color: rgb(210,63,249); }
H1.HeaderClassName
{
color: #D23FF9;
}
.AnyTagClassName
{
color: #D23FF9;
}
</style>
background-color css
<style>
a { background-color: #D23FF9; }
a { background-color: rgb(210,63,249); }
div.DivClassName
{
background-color: #D23FF9;
}
.BgClassName
{
background-color: #D23FF9;
}
</style>
border-color css
<style>
span { border-color: #D23FF9; }
span { border-color: rgb(210,63,249); }
td.TdClassName
{
border-color: #D23FF9;
}
.TagClassName
{
border-color: #D23FF9;
}
</style>