Shades of Orchid #D867D2
Tints of Orchid #D867D2
RGB
CMYK
RGB Variations
Color information
#D867D2 (or 0xD867D2) is known color: Orchid. HEX triplet: D8, 67 and D2. RGB value is (216,103,210). Sum of RGB (Red+Green+Blue) = 216+103+210=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D867D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867D2 is #27982D. Grayscale: #949494. Windows color (decimal): -2594862 or 13789144. OLE color: 13789144.
HSL color Cylindrical-coordinate representation of color #D867D2: hue angle of 303.19º 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 #D867D2 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 210 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.15 |
| HSL | 303.19º | 0.59% | 0.63% | - |
| HSV(B) | 303.19º | 0.52% | 0.85% | - |
| XYZ | 44.8 | 28.95 | 64.2 | - |
| YUV | 148.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 210 | 0 | 0.52 | 0.03 | 0.15 | 303.19 | 0.59 | 0.63 |
| Hex | D8 | 67 | D2 | 0 | 34 | 3 | F | 12F | 3B | 3F |
| Octal | 330 | 147 | 322 | 0 | 64 | 3 | 17 | 457 | 73 | 77 |
| Binary | 11011000 | 1100111 | 11010010 | 0 | 110100 | 11 | 1111 | 100101111 | 111011 | 111111 |
Color Harmonies of #D867D2
Complementary color
Monochromatic Colors of #D867D2
Black with #D867D2
Text Example
Text Example
White with #D867D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D867D2; }
p { color: rgb(216,103,210); }
H1.HeaderClassName
{
color: #D867D2;
}
.AnyTagClassName
{
color: #D867D2;
}
</style>
background-color css
<style>
a { background-color: #D867D2; }
a { background-color: rgb(216,103,210); }
div.DivClassName
{
background-color: #D867D2;
}
.BgClassName
{
background-color: #D867D2;
}
</style>
border-color css
<style>
span { border-color: #D867D2; }
span { border-color: rgb(216,103,210); }
td.TdClassName
{
border-color: #D867D2;
}
.TagClassName
{
border-color: #D867D2;
}
</style>