Shades of Orchid #D86FE5
Tints of Orchid #D86FE5
RGB
CMYK
RGB Variations
Color information
#D86FE5 (or 0xD86FE5) is known color: Orchid. HEX triplet: D8, 6F and E5. RGB value is (216,111,229). Sum of RGB (Red+Green+Blue) = 216+111+229=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #D86FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FE5 is #27901A. Grayscale: #9B9B9B. Windows color (decimal): -2592795 or 15036376. OLE color: 15036376.
HSL color Cylindrical-coordinate representation of color #D86FE5: hue angle of 293.39º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D86FE5 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 111 | 229 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.10 |
| HSL | 293.39º | 0.69% | 0.67% | - |
| HSV(B) | 293.39º | 0.52% | 0.9% | - |
| XYZ | 48.15 | 31.62 | 77.7 | - |
| YUV | 155.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 229 | 0.06 | 0.52 | 0 | 0.10 | 293.39 | 0.69 | 0.67 |
| Hex | D8 | 6F | E5 | 6 | 34 | 0 | A | 125 | 45 | 43 |
| Octal | 330 | 157 | 345 | 6 | 64 | 0 | 12 | 445 | 105 | 103 |
| Binary | 11011000 | 1101111 | 11100101 | 110 | 110100 | 0 | 1010 | 100100101 | 1000101 | 1000011 |
Color Harmonies of #D86FE5
Complementary color
Monochromatic Colors of #D86FE5
Black with #D86FE5
Text Example
Text Example
White with #D86FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FE5; }
p { color: rgb(216,111,229); }
H1.HeaderClassName
{
color: #D86FE5;
}
.AnyTagClassName
{
color: #D86FE5;
}
</style>
background-color css
<style>
a { background-color: #D86FE5; }
a { background-color: rgb(216,111,229); }
div.DivClassName
{
background-color: #D86FE5;
}
.BgClassName
{
background-color: #D86FE5;
}
</style>
border-color css
<style>
span { border-color: #D86FE5; }
span { border-color: rgb(216,111,229); }
td.TdClassName
{
border-color: #D86FE5;
}
.TagClassName
{
border-color: #D86FE5;
}
</style>