Shades of Orchid #D867DD
Tints of Orchid #D867DD
RGB
CMYK
RGB Variations
Color information
#D867DD (or 0xD867DD) is known color: Orchid. HEX triplet: D8, 67 and DD. RGB value is (216,103,221). Sum of RGB (Red+Green+Blue) = 216+103+221=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 103 (40.62% from 255 or 19.07% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #D867DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867DD is #279822. Grayscale: #959595. Windows color (decimal): -2594851 or 14510040. OLE color: 14510040.
HSL color Cylindrical-coordinate representation of color #D867DD: hue angle of 297.46º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D867DD is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 103 | 221 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.13 |
| HSL | 297.46º | 0.63% | 0.64% | - |
| HSV(B) | 297.46º | 0.53% | 0.87% | - |
| XYZ | 46.22 | 29.52 | 71.67 | - |
| YUV | 150.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 221 | 0.02 | 0.53 | 0 | 0.13 | 297.46 | 0.63 | 0.64 |
| Hex | D8 | 67 | DD | 2 | 35 | 0 | D | 129 | 3F | 40 |
| Octal | 330 | 147 | 335 | 2 | 65 | 0 | 15 | 451 | 77 | 100 |
| Binary | 11011000 | 1100111 | 11011101 | 10 | 110101 | 0 | 1101 | 100101001 | 111111 | 1000000 |
Color Harmonies of #D867DD
Complementary color
Monochromatic Colors of #D867DD
Black with #D867DD
Text Example
Text Example
White with #D867DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D867DD; }
p { color: rgb(216,103,221); }
H1.HeaderClassName
{
color: #D867DD;
}
.AnyTagClassName
{
color: #D867DD;
}
</style>
background-color css
<style>
a { background-color: #D867DD; }
a { background-color: rgb(216,103,221); }
div.DivClassName
{
background-color: #D867DD;
}
.BgClassName
{
background-color: #D867DD;
}
</style>
border-color css
<style>
span { border-color: #D867DD; }
span { border-color: rgb(216,103,221); }
td.TdClassName
{
border-color: #D867DD;
}
.TagClassName
{
border-color: #D867DD;
}
</style>