Shades of Medium Orchid #D239FE
Tints of Medium Orchid #D239FE
RGB
CMYK
RGB Variations
Color information
#D239FE (or 0xD239FE) is known color: Medium Orchid. HEX triplet: D2, 39 and FE. RGB value is (210,57,254). Sum of RGB (Red+Green+Blue) = 210+57+254=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 57 (22.66% from 255 or 10.94% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #D239FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D239FE is #2DC601. Grayscale: #7C7C7C. Windows color (decimal): -2999810 or 16660946. OLE color: 16660946.
HSL color Cylindrical-coordinate representation of color #D239FE: hue angle of 286.6º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D239FE is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 57 | 254 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.00 |
| HSL | 286.6º | 0.99% | 0.61% | - |
| HSV(B) | 286.6º | 0.78% | 1% | - |
| XYZ | 45.93 | 23.78 | 95.94 | - |
| YUV | 125.21 | 200.69 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 254 | 0.17 | 0.78 | 0 | 0.00 | 286.6 | 0.99 | 0.61 |
| Hex | D2 | 39 | FE | 11 | 4E | 0 | 0 | 11F | 63 | 3D |
| Octal | 322 | 71 | 376 | 21 | 116 | 0 | 0 | 437 | 143 | 75 |
| Binary | 11010010 | 111001 | 11111110 | 10001 | 1001110 | 0 | 0 | 100011111 | 1100011 | 111101 |
Color Harmonies of #D239FE
Complementary color
Monochromatic Colors of #D239FE
Black with #D239FE
Text Example
Text Example
White with #D239FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239FE; }
p { color: rgb(210,57,254); }
H1.HeaderClassName
{
color: #D239FE;
}
.AnyTagClassName
{
color: #D239FE;
}
</style>
background-color css
<style>
a { background-color: #D239FE; }
a { background-color: rgb(210,57,254); }
div.DivClassName
{
background-color: #D239FE;
}
.BgClassName
{
background-color: #D239FE;
}
</style>
border-color css
<style>
span { border-color: #D239FE; }
span { border-color: rgb(210,57,254); }
td.TdClassName
{
border-color: #D239FE;
}
.TagClassName
{
border-color: #D239FE;
}
</style>