Shades of Medium Orchid #D23CF9
Tints of Medium Orchid #D23CF9
RGB
CMYK
RGB Variations
Color information
#D23CF9 (or 0xD23CF9) is known color: Medium Orchid. HEX triplet: D2, 3C and F9. RGB value is (210,60,249). Sum of RGB (Red+Green+Blue) = 210+60+249=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 60 (23.83% from 255 or 11.56% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #D23CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23CF9 is #2DC306. Grayscale: #7D7D7D. Windows color (decimal): -2999047 or 16334034. OLE color: 16334034.
HSL color Cylindrical-coordinate representation of color #D23CF9: hue angle of 287.62º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23CF9 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 60 | 249 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.02 |
| HSL | 287.62º | 0.94% | 0.61% | - |
| HSV(B) | 287.62º | 0.76% | 0.98% | - |
| XYZ | 45.29 | 23.77 | 91.82 | - |
| YUV | 126.4 | 197.2 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 249 | 0.16 | 0.76 | 0 | 0.02 | 287.62 | 0.94 | 0.61 |
| Hex | D2 | 3C | F9 | 10 | 4C | 0 | 2 | 120 | 5E | 3D |
| Octal | 322 | 74 | 371 | 20 | 114 | 0 | 2 | 440 | 136 | 75 |
| Binary | 11010010 | 111100 | 11111001 | 10000 | 1001100 | 0 | 10 | 100100000 | 1011110 | 111101 |
Color Harmonies of #D23CF9
Complementary color
Monochromatic Colors of #D23CF9
Black with #D23CF9
Text Example
Text Example
White with #D23CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CF9; }
p { color: rgb(210,60,249); }
H1.HeaderClassName
{
color: #D23CF9;
}
.AnyTagClassName
{
color: #D23CF9;
}
</style>
background-color css
<style>
a { background-color: #D23CF9; }
a { background-color: rgb(210,60,249); }
div.DivClassName
{
background-color: #D23CF9;
}
.BgClassName
{
background-color: #D23CF9;
}
</style>
border-color css
<style>
span { border-color: #D23CF9; }
span { border-color: rgb(210,60,249); }
td.TdClassName
{
border-color: #D23CF9;
}
.TagClassName
{
border-color: #D23CF9;
}
</style>