Shades of Orchid #D862DA
Tints of Orchid #D862DA
RGB
CMYK
RGB Variations
Color information
#D862DA (or 0xD862DA) is known color: Orchid. HEX triplet: D8, 62 and DA. RGB value is (216,98,218). Sum of RGB (Red+Green+Blue) = 216+98+218=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #D862DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D862DA is #279D25. Grayscale: #929292. Windows color (decimal): -2596134 or 14312152. OLE color: 14312152.
HSL color Cylindrical-coordinate representation of color #D862DA: hue angle of 299º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D862DA is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 218 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.15 |
| HSL | 299º | 0.62% | 0.62% | - |
| HSV(B) | 299º | 0.55% | 0.85% | - |
| XYZ | 45.34 | 28.4 | 69.42 | - |
| YUV | 146.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 218 | 0.01 | 0.55 | 0 | 0.15 | 299 | 0.62 | 0.62 |
| Hex | D8 | 62 | DA | 1 | 37 | 0 | F | 12B | 3E | 3E |
| Octal | 330 | 142 | 332 | 1 | 67 | 0 | 17 | 453 | 76 | 76 |
| Binary | 11011000 | 1100010 | 11011010 | 1 | 110111 | 0 | 1111 | 100101011 | 111110 | 111110 |
Color Harmonies of #D862DA
Complementary color
Monochromatic Colors of #D862DA
Black with #D862DA
Text Example
Text Example
White with #D862DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D862DA; }
p { color: rgb(216,98,218); }
H1.HeaderClassName
{
color: #D862DA;
}
.AnyTagClassName
{
color: #D862DA;
}
</style>
background-color css
<style>
a { background-color: #D862DA; }
a { background-color: rgb(216,98,218); }
div.DivClassName
{
background-color: #D862DA;
}
.BgClassName
{
background-color: #D862DA;
}
</style>
border-color css
<style>
span { border-color: #D862DA; }
span { border-color: rgb(216,98,218); }
td.TdClassName
{
border-color: #D862DA;
}
.TagClassName
{
border-color: #D862DA;
}
</style>