Shades of Orchid #D05FE6
Tints of Orchid #D05FE6
RGB
CMYK
RGB Variations
Color information
#D05FE6 (or 0xD05FE6) is known color: Orchid. HEX triplet: D0, 5F and E6. RGB value is (208,95,230). Sum of RGB (Red+Green+Blue) = 208+95+230=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #D05FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05FE6 is #2FA019. Grayscale: #8F8F8F. Windows color (decimal): -3121178 or 15097808. OLE color: 15097808.
HSL color Cylindrical-coordinate representation of color #D05FE6: hue angle of 290.22º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05FE6 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 95 | 230 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.10 |
| HSL | 290.22º | 0.73% | 0.64% | - |
| HSV(B) | 290.22º | 0.59% | 0.9% | - |
| XYZ | 44.39 | 27.31 | 77.79 | - |
| YUV | 144.18 | 176.44 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 230 | 0.10 | 0.59 | 0 | 0.10 | 290.22 | 0.73 | 0.64 |
| Hex | D0 | 5F | E6 | A | 3B | 0 | A | 122 | 49 | 40 |
| Octal | 320 | 137 | 346 | 12 | 73 | 0 | 12 | 442 | 111 | 100 |
| Binary | 11010000 | 1011111 | 11100110 | 1010 | 111011 | 0 | 1010 | 100100010 | 1001001 | 1000000 |
Color Harmonies of #D05FE6
Complementary color
Monochromatic Colors of #D05FE6
Black with #D05FE6
Text Example
Text Example
White with #D05FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FE6; }
p { color: rgb(208,95,230); }
H1.HeaderClassName
{
color: #D05FE6;
}
.AnyTagClassName
{
color: #D05FE6;
}
</style>
background-color css
<style>
a { background-color: #D05FE6; }
a { background-color: rgb(208,95,230); }
div.DivClassName
{
background-color: #D05FE6;
}
.BgClassName
{
background-color: #D05FE6;
}
</style>
border-color css
<style>
span { border-color: #D05FE6; }
span { border-color: rgb(208,95,230); }
td.TdClassName
{
border-color: #D05FE6;
}
.TagClassName
{
border-color: #D05FE6;
}
</style>