Shades of Orchid #D867D1
Tints of Orchid #D867D1
RGB
CMYK
RGB Variations
Color information
#D867D1 (or 0xD867D1) is known color: Orchid. HEX triplet: D8, 67 and D1. RGB value is (216,103,209). Sum of RGB (Red+Green+Blue) = 216+103+209=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D867D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867D1 is #27982E. Grayscale: #949494. Windows color (decimal): -2594863 or 13723608. OLE color: 13723608.
HSL color Cylindrical-coordinate representation of color #D867D1: hue angle of 303.72º 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 #D867D1 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 209 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.15 |
| HSL | 303.72º | 0.59% | 0.63% | - |
| HSV(B) | 303.72º | 0.52% | 0.85% | - |
| XYZ | 44.68 | 28.9 | 63.55 | - |
| YUV | 148.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 209 | 0 | 0.52 | 0.03 | 0.15 | 303.72 | 0.59 | 0.63 |
| Hex | D8 | 67 | D1 | 0 | 34 | 3 | F | 130 | 3B | 3F |
| Octal | 330 | 147 | 321 | 0 | 64 | 3 | 17 | 460 | 73 | 77 |
| Binary | 11011000 | 1100111 | 11010001 | 0 | 110100 | 11 | 1111 | 100110000 | 111011 | 111111 |
Color Harmonies of #D867D1
Complementary color
Monochromatic Colors of #D867D1
Black with #D867D1
Text Example
Text Example
White with #D867D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D867D1; }
p { color: rgb(216,103,209); }
H1.HeaderClassName
{
color: #D867D1;
}
.AnyTagClassName
{
color: #D867D1;
}
</style>
background-color css
<style>
a { background-color: #D867D1; }
a { background-color: rgb(216,103,209); }
div.DivClassName
{
background-color: #D867D1;
}
.BgClassName
{
background-color: #D867D1;
}
</style>
border-color css
<style>
span { border-color: #D867D1; }
span { border-color: rgb(216,103,209); }
td.TdClassName
{
border-color: #D867D1;
}
.TagClassName
{
border-color: #D867D1;
}
</style>