Shades of Orchid #D05FDF
Tints of Orchid #D05FDF
RGB
CMYK
RGB Variations
Color information
#D05FDF (or 0xD05FDF) is known color: Orchid. HEX triplet: D0, 5F and DF. RGB value is (208,95,223). Sum of RGB (Red+Green+Blue) = 208+95+223=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #D05FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FDF is #2FA020. Grayscale: #8E8E8E. Windows color (decimal): -3121185 or 14639056. OLE color: 14639056.
HSL color Cylindrical-coordinate representation of color #D05FDF: hue angle of 292.97º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05FDF is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 95 | 223 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.13 |
| HSL | 292.97º | 0.67% | 0.62% | - |
| HSV(B) | 292.97º | 0.57% | 0.87% | - |
| XYZ | 43.42 | 26.92 | 72.72 | - |
| YUV | 143.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 223 | 0.07 | 0.57 | 0 | 0.13 | 292.97 | 0.67 | 0.62 |
| Hex | D0 | 5F | DF | 7 | 39 | 0 | D | 125 | 43 | 3E |
| Octal | 320 | 137 | 337 | 7 | 71 | 0 | 15 | 445 | 103 | 76 |
| Binary | 11010000 | 1011111 | 11011111 | 111 | 111001 | 0 | 1101 | 100100101 | 1000011 | 111110 |
Color Harmonies of #D05FDF
Complementary color
Monochromatic Colors of #D05FDF
Black with #D05FDF
Text Example
Text Example
White with #D05FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FDF; }
p { color: rgb(208,95,223); }
H1.HeaderClassName
{
color: #D05FDF;
}
.AnyTagClassName
{
color: #D05FDF;
}
</style>
background-color css
<style>
a { background-color: #D05FDF; }
a { background-color: rgb(208,95,223); }
div.DivClassName
{
background-color: #D05FDF;
}
.BgClassName
{
background-color: #D05FDF;
}
</style>
border-color css
<style>
span { border-color: #D05FDF; }
span { border-color: rgb(208,95,223); }
td.TdClassName
{
border-color: #D05FDF;
}
.TagClassName
{
border-color: #D05FDF;
}
</style>