Shades of Orchid #D05FDC
Tints of Orchid #D05FDC
RGB
CMYK
RGB Variations
Color information
#D05FDC (or 0xD05FDC) is known color: Orchid. HEX triplet: D0, 5F and DC. RGB value is (208,95,220). Sum of RGB (Red+Green+Blue) = 208+95+220=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #D05FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05FDC is #2FA023. Grayscale: #8E8E8E. Windows color (decimal): -3121188 or 14442448. OLE color: 14442448.
HSL color Cylindrical-coordinate representation of color #D05FDC: hue angle of 294.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05FDC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 95 | 220 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.14 |
| HSL | 294.24º | 0.64% | 0.62% | - |
| HSV(B) | 294.24º | 0.57% | 0.86% | - |
| XYZ | 43.02 | 26.76 | 70.61 | - |
| YUV | 143.04 | 171.44 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 220 | 0.05 | 0.57 | 0 | 0.14 | 294.24 | 0.64 | 0.62 |
| Hex | D0 | 5F | DC | 5 | 39 | 0 | E | 126 | 40 | 3E |
| Octal | 320 | 137 | 334 | 5 | 71 | 0 | 16 | 446 | 100 | 76 |
| Binary | 11010000 | 1011111 | 11011100 | 101 | 111001 | 0 | 1110 | 100100110 | 1000000 | 111110 |
Color Harmonies of #D05FDC
Complementary color
Monochromatic Colors of #D05FDC
Black with #D05FDC
Text Example
Text Example
White with #D05FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05FDC; }
p { color: rgb(208,95,220); }
H1.HeaderClassName
{
color: #D05FDC;
}
.AnyTagClassName
{
color: #D05FDC;
}
</style>
background-color css
<style>
a { background-color: #D05FDC; }
a { background-color: rgb(208,95,220); }
div.DivClassName
{
background-color: #D05FDC;
}
.BgClassName
{
background-color: #D05FDC;
}
</style>
border-color css
<style>
span { border-color: #D05FDC; }
span { border-color: rgb(208,95,220); }
td.TdClassName
{
border-color: #D05FDC;
}
.TagClassName
{
border-color: #D05FDC;
}
</style>