Shades of Orchid #D05FD1
Tints of Orchid #D05FD1
RGB
CMYK
RGB Variations
Color information
#D05FD1 (or 0xD05FD1) is known color: Orchid. HEX triplet: D0, 5F and D1. RGB value is (208,95,209). Sum of RGB (Red+Green+Blue) = 208+95+209=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #D05FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FD1 is #2FA02E. Grayscale: #8D8D8D. Windows color (decimal): -3121199 or 13721552. OLE color: 13721552.
HSL color Cylindrical-coordinate representation of color #D05FD1: hue angle of 299.47º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05FD1 is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 209 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.18 |
| HSL | 299.47º | 0.55% | 0.6% | - |
| HSV(B) | 299.47º | 0.55% | 0.82% | - |
| XYZ | 41.61 | 26.2 | 63.19 | - |
| YUV | 141.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 209 | 0.00 | 0.55 | 0 | 0.18 | 299.47 | 0.55 | 0.6 |
| Hex | D0 | 5F | D1 | 0 | 37 | 0 | 12 | 12B | 37 | 3C |
| Octal | 320 | 137 | 321 | 0 | 67 | 0 | 22 | 453 | 67 | 74 |
| Binary | 11010000 | 1011111 | 11010001 | 0 | 110111 | 0 | 10010 | 100101011 | 110111 | 111100 |
Color Harmonies of #D05FD1
Complementary color
Monochromatic Colors of #D05FD1
Black with #D05FD1
Text Example
Text Example
White with #D05FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FD1; }
p { color: rgb(208,95,209); }
H1.HeaderClassName
{
color: #D05FD1;
}
.AnyTagClassName
{
color: #D05FD1;
}
</style>
background-color css
<style>
a { background-color: #D05FD1; }
a { background-color: rgb(208,95,209); }
div.DivClassName
{
background-color: #D05FD1;
}
.BgClassName
{
background-color: #D05FD1;
}
</style>
border-color css
<style>
span { border-color: #D05FD1; }
span { border-color: rgb(208,95,209); }
td.TdClassName
{
border-color: #D05FD1;
}
.TagClassName
{
border-color: #D05FD1;
}
</style>