Shades of Medium Orchid #D242FA
Tints of Medium Orchid #D242FA
RGB
CMYK
RGB Variations
Color information
#D242FA (or 0xD242FA) is known color: Medium Orchid. HEX triplet: D2, 42 and FA. RGB value is (210,66,250). Sum of RGB (Red+Green+Blue) = 210+66+250=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 66 (26.17% from 255 or 12.55% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #D242FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D242FA is #2DBD05. Grayscale: #818181. Windows color (decimal): -2997510 or 16401106. OLE color: 16401106.
HSL color Cylindrical-coordinate representation of color #D242FA: hue angle of 286.96º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D242FA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 66 | 250 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.02 |
| HSL | 286.96º | 0.95% | 0.62% | - |
| HSV(B) | 286.96º | 0.74% | 0.98% | - |
| XYZ | 45.78 | 24.5 | 92.76 | - |
| YUV | 130.03 | 195.71 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 250 | 0.16 | 0.74 | 0 | 0.02 | 286.96 | 0.95 | 0.62 |
| Hex | D2 | 42 | FA | 10 | 4A | 0 | 2 | 11F | 5F | 3E |
| Octal | 322 | 102 | 372 | 20 | 112 | 0 | 2 | 437 | 137 | 76 |
| Binary | 11010010 | 1000010 | 11111010 | 10000 | 1001010 | 0 | 10 | 100011111 | 1011111 | 111110 |
Color Harmonies of #D242FA
Complementary color
Monochromatic Colors of #D242FA
Black with #D242FA
Text Example
Text Example
White with #D242FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242FA; }
p { color: rgb(210,66,250); }
H1.HeaderClassName
{
color: #D242FA;
}
.AnyTagClassName
{
color: #D242FA;
}
</style>
background-color css
<style>
a { background-color: #D242FA; }
a { background-color: rgb(210,66,250); }
div.DivClassName
{
background-color: #D242FA;
}
.BgClassName
{
background-color: #D242FA;
}
</style>
border-color css
<style>
span { border-color: #D242FA; }
span { border-color: rgb(210,66,250); }
td.TdClassName
{
border-color: #D242FA;
}
.TagClassName
{
border-color: #D242FA;
}
</style>