Shades of Orchid #D867E6
Tints of Orchid #D867E6
RGB
CMYK
RGB Variations
Color information
#D867E6 (or 0xD867E6) is known color: Orchid. HEX triplet: D8, 67 and E6. RGB value is (216,103,230). Sum of RGB (Red+Green+Blue) = 216+103+230=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #D867E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D867E6 is #279819. Grayscale: #969696. Windows color (decimal): -2594842 or 15099864. OLE color: 15099864.
HSL color Cylindrical-coordinate representation of color #D867E6: hue angle of 293.39º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D867E6 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 103 | 230 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.10 |
| HSL | 293.39º | 0.72% | 0.65% | - |
| HSV(B) | 293.39º | 0.55% | 0.9% | - |
| XYZ | 47.45 | 30.01 | 78.15 | - |
| YUV | 151.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 230 | 0.06 | 0.55 | 0 | 0.10 | 293.39 | 0.72 | 0.65 |
| Hex | D8 | 67 | E6 | 6 | 37 | 0 | A | 125 | 48 | 41 |
| Octal | 330 | 147 | 346 | 6 | 67 | 0 | 12 | 445 | 110 | 101 |
| Binary | 11011000 | 1100111 | 11100110 | 110 | 110111 | 0 | 1010 | 100100101 | 1001000 | 1000001 |
Color Harmonies of #D867E6
Complementary color
Monochromatic Colors of #D867E6
Black with #D867E6
Text Example
Text Example
White with #D867E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D867E6; }
p { color: rgb(216,103,230); }
H1.HeaderClassName
{
color: #D867E6;
}
.AnyTagClassName
{
color: #D867E6;
}
</style>
background-color css
<style>
a { background-color: #D867E6; }
a { background-color: rgb(216,103,230); }
div.DivClassName
{
background-color: #D867E6;
}
.BgClassName
{
background-color: #D867E6;
}
</style>
border-color css
<style>
span { border-color: #D867E6; }
span { border-color: rgb(216,103,230); }
td.TdClassName
{
border-color: #D867E6;
}
.TagClassName
{
border-color: #D867E6;
}
</style>