Shades of Medium Orchid #D050F2
Tints of Medium Orchid #D050F2
RGB
CMYK
RGB Variations
Color information
#D050F2 (or 0xD050F2) is known color: Medium Orchid. HEX triplet: D0, 50 and F2. RGB value is (208,80,242). Sum of RGB (Red+Green+Blue) = 208+80+242=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #D050F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D050F2 is #2FAF0D. Grayscale: #888888. Windows color (decimal): -3125006 or 15880400. OLE color: 15880400.
HSL color Cylindrical-coordinate representation of color #D050F2: hue angle of 287.41º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D050F2 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 80 | 242 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.05 |
| HSL | 287.41º | 0.86% | 0.63% | - |
| HSV(B) | 287.41º | 0.67% | 0.95% | - |
| XYZ | 44.91 | 25.56 | 86.57 | - |
| YUV | 136.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 242 | 0.14 | 0.67 | 0 | 0.05 | 287.41 | 0.86 | 0.63 |
| Hex | D0 | 50 | F2 | E | 43 | 0 | 5 | 11F | 56 | 3F |
| Octal | 320 | 120 | 362 | 16 | 103 | 0 | 5 | 437 | 126 | 77 |
| Binary | 11010000 | 1010000 | 11110010 | 1110 | 1000011 | 0 | 101 | 100011111 | 1010110 | 111111 |
Color Harmonies of #D050F2
Complementary color
Monochromatic Colors of #D050F2
Black with #D050F2
Text Example
Text Example
White with #D050F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D050F2; }
p { color: rgb(208,80,242); }
H1.HeaderClassName
{
color: #D050F2;
}
.AnyTagClassName
{
color: #D050F2;
}
</style>
background-color css
<style>
a { background-color: #D050F2; }
a { background-color: rgb(208,80,242); }
div.DivClassName
{
background-color: #D050F2;
}
.BgClassName
{
background-color: #D050F2;
}
</style>
border-color css
<style>
span { border-color: #D050F2; }
span { border-color: rgb(208,80,242); }
td.TdClassName
{
border-color: #D050F2;
}
.TagClassName
{
border-color: #D050F2;
}
</style>