Shades of Orchid #D867D5
Tints of Orchid #D867D5
RGB
CMYK
RGB Variations
Color information
#D867D5 (or 0xD867D5) is known color: Orchid. HEX triplet: D8, 67 and D5. RGB value is (216,103,213). Sum of RGB (Red+Green+Blue) = 216+103+213=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D867D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867D5 is #27982A. Grayscale: #959595. Windows color (decimal): -2594859 or 13985752. OLE color: 13985752.
HSL color Cylindrical-coordinate representation of color #D867D5: hue angle of 301.59º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D867D5 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 213 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.15 |
| HSL | 301.59º | 0.59% | 0.63% | - |
| HSV(B) | 301.59º | 0.52% | 0.85% | - |
| XYZ | 45.18 | 29.1 | 66.19 | - |
| YUV | 149.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 213 | 0 | 0.52 | 0.01 | 0.15 | 301.59 | 0.59 | 0.63 |
| Hex | D8 | 67 | D5 | 0 | 34 | 1 | F | 12E | 3B | 3F |
| Octal | 330 | 147 | 325 | 0 | 64 | 1 | 17 | 456 | 73 | 77 |
| Binary | 11011000 | 1100111 | 11010101 | 0 | 110100 | 1 | 1111 | 100101110 | 111011 | 111111 |
Color Harmonies of #D867D5
Complementary color
Monochromatic Colors of #D867D5
Black with #D867D5
Text Example
Text Example
White with #D867D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D867D5; }
p { color: rgb(216,103,213); }
H1.HeaderClassName
{
color: #D867D5;
}
.AnyTagClassName
{
color: #D867D5;
}
</style>
background-color css
<style>
a { background-color: #D867D5; }
a { background-color: rgb(216,103,213); }
div.DivClassName
{
background-color: #D867D5;
}
.BgClassName
{
background-color: #D867D5;
}
</style>
border-color css
<style>
span { border-color: #D867D5; }
span { border-color: rgb(216,103,213); }
td.TdClassName
{
border-color: #D867D5;
}
.TagClassName
{
border-color: #D867D5;
}
</style>