Shades of Orchid #D869DA
Tints of Orchid #D869DA
RGB
CMYK
RGB Variations
Color information
#D869DA (or 0xD869DA) is known color: Orchid. HEX triplet: D8, 69 and DA. RGB value is (216,105,218). Sum of RGB (Red+Green+Blue) = 216+105+218=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #D869DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869DA is #279625. Grayscale: #969696. Windows color (decimal): -2594342 or 14313944. OLE color: 14313944.
HSL color Cylindrical-coordinate representation of color #D869DA: hue angle of 298.94º degrees, saturation: 0.6, 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 #D869DA is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 218 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.15 |
| HSL | 298.94º | 0.6% | 0.63% | - |
| HSV(B) | 298.94º | 0.52% | 0.85% | - |
| XYZ | 46.03 | 29.76 | 69.65 | - |
| YUV | 151.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 218 | 0.01 | 0.52 | 0 | 0.15 | 298.94 | 0.6 | 0.63 |
| Hex | D8 | 69 | DA | 1 | 34 | 0 | F | 12B | 3C | 3F |
| Octal | 330 | 151 | 332 | 1 | 64 | 0 | 17 | 453 | 74 | 77 |
| Binary | 11011000 | 1101001 | 11011010 | 1 | 110100 | 0 | 1111 | 100101011 | 111100 | 111111 |
Color Harmonies of #D869DA
Complementary color
Monochromatic Colors of #D869DA
Black with #D869DA
Text Example
Text Example
White with #D869DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869DA; }
p { color: rgb(216,105,218); }
H1.HeaderClassName
{
color: #D869DA;
}
.AnyTagClassName
{
color: #D869DA;
}
</style>
background-color css
<style>
a { background-color: #D869DA; }
a { background-color: rgb(216,105,218); }
div.DivClassName
{
background-color: #D869DA;
}
.BgClassName
{
background-color: #D869DA;
}
</style>
border-color css
<style>
span { border-color: #D869DA; }
span { border-color: rgb(216,105,218); }
td.TdClassName
{
border-color: #D869DA;
}
.TagClassName
{
border-color: #D869DA;
}
</style>