Shades of Medium Orchid #D237FA
Tints of Medium Orchid #D237FA
RGB
CMYK
RGB Variations
Color information
#D237FA (or 0xD237FA) is known color: Medium Orchid. HEX triplet: D2, 37 and FA. RGB value is (210,55,250). Sum of RGB (Red+Green+Blue) = 210+55+250=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 55 (21.88% from 255 or 10.68% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #D237FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D237FA is #2DC805. Grayscale: #7A7A7A. Windows color (decimal): -3000326 or 16398290. OLE color: 16398290.
HSL color Cylindrical-coordinate representation of color #D237FA: hue angle of 287.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D237FA is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 55 | 250 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.02 |
| HSL | 287.69º | 0.95% | 0.6% | - |
| HSV(B) | 287.69º | 0.78% | 0.98% | - |
| XYZ | 45.2 | 23.34 | 92.56 | - |
| YUV | 123.58 | 199.35 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 250 | 0.16 | 0.78 | 0 | 0.02 | 287.69 | 0.95 | 0.6 |
| Hex | D2 | 37 | FA | 10 | 4E | 0 | 2 | 120 | 5F | 3C |
| Octal | 322 | 67 | 372 | 20 | 116 | 0 | 2 | 440 | 137 | 74 |
| Binary | 11010010 | 110111 | 11111010 | 10000 | 1001110 | 0 | 10 | 100100000 | 1011111 | 111100 |
Color Harmonies of #D237FA
Complementary color
Monochromatic Colors of #D237FA
Black with #D237FA
Text Example
Text Example
White with #D237FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237FA; }
p { color: rgb(210,55,250); }
H1.HeaderClassName
{
color: #D237FA;
}
.AnyTagClassName
{
color: #D237FA;
}
</style>
background-color css
<style>
a { background-color: #D237FA; }
a { background-color: rgb(210,55,250); }
div.DivClassName
{
background-color: #D237FA;
}
.BgClassName
{
background-color: #D237FA;
}
</style>
border-color css
<style>
span { border-color: #D237FA; }
span { border-color: rgb(210,55,250); }
td.TdClassName
{
border-color: #D237FA;
}
.TagClassName
{
border-color: #D237FA;
}
</style>