Shades of Orchid #D868D4
Tints of Orchid #D868D4
RGB
CMYK
RGB Variations
Color information
#D868D4 (or 0xD868D4) is known color: Orchid. HEX triplet: D8, 68 and D4. RGB value is (216,104,212). Sum of RGB (Red+Green+Blue) = 216+104+212=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D868D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868D4 is #27972B. Grayscale: #959595. Windows color (decimal): -2594604 or 13920472. OLE color: 13920472.
HSL color Cylindrical-coordinate representation of color #D868D4: hue angle of 302.14º 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 #D868D4 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 212 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.15 |
| HSL | 302.14º | 0.59% | 0.63% | - |
| HSV(B) | 302.14º | 0.52% | 0.85% | - |
| XYZ | 45.15 | 29.25 | 65.55 | - |
| YUV | 149.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 212 | 0 | 0.52 | 0.02 | 0.15 | 302.14 | 0.59 | 0.63 |
| Hex | D8 | 68 | D4 | 0 | 34 | 2 | F | 12E | 3B | 3F |
| Octal | 330 | 150 | 324 | 0 | 64 | 2 | 17 | 456 | 73 | 77 |
| Binary | 11011000 | 1101000 | 11010100 | 0 | 110100 | 10 | 1111 | 100101110 | 111011 | 111111 |
Color Harmonies of #D868D4
Complementary color
Monochromatic Colors of #D868D4
Black with #D868D4
Text Example
Text Example
White with #D868D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D868D4; }
p { color: rgb(216,104,212); }
H1.HeaderClassName
{
color: #D868D4;
}
.AnyTagClassName
{
color: #D868D4;
}
</style>
background-color css
<style>
a { background-color: #D868D4; }
a { background-color: rgb(216,104,212); }
div.DivClassName
{
background-color: #D868D4;
}
.BgClassName
{
background-color: #D868D4;
}
</style>
border-color css
<style>
span { border-color: #D868D4; }
span { border-color: rgb(216,104,212); }
td.TdClassName
{
border-color: #D868D4;
}
.TagClassName
{
border-color: #D868D4;
}
</style>