Shades of Medium Orchid #D22FEB
Tints of Medium Orchid #D22FEB
RGB
CMYK
RGB Variations
Color information
#D22FEB (or 0xD22FEB) is known color: Medium Orchid. HEX triplet: D2, 2F and EB. RGB value is (210,47,235). Sum of RGB (Red+Green+Blue) = 210+47+235=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 47 (18.75% from 255 or 9.55% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #D22FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D22FEB is #2DD014. Grayscale: #747474. Windows color (decimal): -3002389 or 15413202. OLE color: 15413202.
HSL color Cylindrical-coordinate representation of color #D22FEB: hue angle of 292.02º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22FEB is Cyan = 0.11, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 47 | 235 | - |
| CMYK | 0.11 | 0.8 | 0 | 0.08 |
| HSL | 292.02º | 0.82% | 0.55% | - |
| HSV(B) | 292.02º | 0.8% | 0.92% | - |
| XYZ | 42.59 | 21.73 | 80.55 | - |
| YUV | 117.17 | 194.5 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 235 | 0.11 | 0.8 | 0 | 0.08 | 292.02 | 0.82 | 0.55 |
| Hex | D2 | 2F | EB | B | 50 | 0 | 8 | 124 | 52 | 37 |
| Octal | 322 | 57 | 353 | 13 | 120 | 0 | 10 | 444 | 122 | 67 |
| Binary | 11010010 | 101111 | 11101011 | 1011 | 1010000 | 0 | 1000 | 100100100 | 1010010 | 110111 |
Color Harmonies of #D22FEB
Complementary color
Monochromatic Colors of #D22FEB
Black with #D22FEB
Text Example
Text Example
White with #D22FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22FEB; }
p { color: rgb(210,47,235); }
H1.HeaderClassName
{
color: #D22FEB;
}
.AnyTagClassName
{
color: #D22FEB;
}
</style>
background-color css
<style>
a { background-color: #D22FEB; }
a { background-color: rgb(210,47,235); }
div.DivClassName
{
background-color: #D22FEB;
}
.BgClassName
{
background-color: #D22FEB;
}
</style>
border-color css
<style>
span { border-color: #D22FEB; }
span { border-color: rgb(210,47,235); }
td.TdClassName
{
border-color: #D22FEB;
}
.TagClassName
{
border-color: #D22FEB;
}
</style>