Shades of Orchid #D867D0
Tints of Orchid #D867D0
RGB
CMYK
RGB Variations
Color information
#D867D0 (or 0xD867D0) is known color: Orchid. HEX triplet: D8, 67 and D0. RGB value is (216,103,208). Sum of RGB (Red+Green+Blue) = 216+103+208=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D867D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867D0 is #27982F. Grayscale: #949494. Windows color (decimal): -2594864 or 13658072. OLE color: 13658072.
HSL color Cylindrical-coordinate representation of color #D867D0: hue angle of 304.25º 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 #D867D0 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 208 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.15 |
| HSL | 304.25º | 0.59% | 0.63% | - |
| HSV(B) | 304.25º | 0.52% | 0.85% | - |
| XYZ | 44.55 | 28.85 | 62.9 | - |
| YUV | 148.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 208 | 0 | 0.52 | 0.04 | 0.15 | 304.25 | 0.59 | 0.63 |
| Hex | D8 | 67 | D0 | 0 | 34 | 4 | F | 130 | 3B | 3F |
| Octal | 330 | 147 | 320 | 0 | 64 | 4 | 17 | 460 | 73 | 77 |
| Binary | 11011000 | 1100111 | 11010000 | 0 | 110100 | 100 | 1111 | 100110000 | 111011 | 111111 |
Color Harmonies of #D867D0
Complementary color
Monochromatic Colors of #D867D0
Black with #D867D0
Text Example
Text Example
White with #D867D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D867D0; }
p { color: rgb(216,103,208); }
H1.HeaderClassName
{
color: #D867D0;
}
.AnyTagClassName
{
color: #D867D0;
}
</style>
background-color css
<style>
a { background-color: #D867D0; }
a { background-color: rgb(216,103,208); }
div.DivClassName
{
background-color: #D867D0;
}
.BgClassName
{
background-color: #D867D0;
}
</style>
border-color css
<style>
span { border-color: #D867D0; }
span { border-color: rgb(216,103,208); }
td.TdClassName
{
border-color: #D867D0;
}
.TagClassName
{
border-color: #D867D0;
}
</style>