Shades of Orchid #D05FE2
Tints of Orchid #D05FE2
RGB
CMYK
RGB Variations
Color information
#D05FE2 (or 0xD05FE2) is known color: Orchid. HEX triplet: D0, 5F and E2. RGB value is (208,95,226). Sum of RGB (Red+Green+Blue) = 208+95+226=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #D05FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FE2 is #2FA01D. Grayscale: #8F8F8F. Windows color (decimal): -3121182 or 14835664. OLE color: 14835664.
HSL color Cylindrical-coordinate representation of color #D05FE2: hue angle of 291.76º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05FE2 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 95 | 226 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.11 |
| HSL | 291.76º | 0.69% | 0.63% | - |
| HSV(B) | 291.76º | 0.58% | 0.89% | - |
| XYZ | 43.83 | 27.09 | 74.87 | - |
| YUV | 143.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 226 | 0.08 | 0.58 | 0 | 0.11 | 291.76 | 0.69 | 0.63 |
| Hex | D0 | 5F | E2 | 8 | 3A | 0 | B | 124 | 45 | 3F |
| Octal | 320 | 137 | 342 | 10 | 72 | 0 | 13 | 444 | 105 | 77 |
| Binary | 11010000 | 1011111 | 11100010 | 1000 | 111010 | 0 | 1011 | 100100100 | 1000101 | 111111 |
Color Harmonies of #D05FE2
Complementary color
Monochromatic Colors of #D05FE2
Black with #D05FE2
Text Example
Text Example
White with #D05FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FE2; }
p { color: rgb(208,95,226); }
H1.HeaderClassName
{
color: #D05FE2;
}
.AnyTagClassName
{
color: #D05FE2;
}
</style>
background-color css
<style>
a { background-color: #D05FE2; }
a { background-color: rgb(208,95,226); }
div.DivClassName
{
background-color: #D05FE2;
}
.BgClassName
{
background-color: #D05FE2;
}
</style>
border-color css
<style>
span { border-color: #D05FE2; }
span { border-color: rgb(208,95,226); }
td.TdClassName
{
border-color: #D05FE2;
}
.TagClassName
{
border-color: #D05FE2;
}
</style>