Shades of Orchid #D865DD
Tints of Orchid #D865DD
RGB
CMYK
RGB Variations
Color information
#D865DD (or 0xD865DD) is known color: Orchid. HEX triplet: D8, 65 and DD. RGB value is (216,101,221). Sum of RGB (Red+Green+Blue) = 216+101+221=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #D865DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865DD is #279A22. Grayscale: #949494. Windows color (decimal): -2595363 or 14509528. OLE color: 14509528.
HSL color Cylindrical-coordinate representation of color #D865DD: hue angle of 297.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D865DD is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 101 | 221 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.13 |
| HSL | 297.5º | 0.64% | 0.63% | - |
| HSV(B) | 297.5º | 0.54% | 0.87% | - |
| XYZ | 46.02 | 29.13 | 71.6 | - |
| YUV | 149.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 221 | 0.02 | 0.54 | 0 | 0.13 | 297.5 | 0.64 | 0.63 |
| Hex | D8 | 65 | DD | 2 | 36 | 0 | D | 12A | 40 | 3F |
| Octal | 330 | 145 | 335 | 2 | 66 | 0 | 15 | 452 | 100 | 77 |
| Binary | 11011000 | 1100101 | 11011101 | 10 | 110110 | 0 | 1101 | 100101010 | 1000000 | 111111 |
Color Harmonies of #D865DD
Complementary color
Monochromatic Colors of #D865DD
Black with #D865DD
Text Example
Text Example
White with #D865DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865DD; }
p { color: rgb(216,101,221); }
H1.HeaderClassName
{
color: #D865DD;
}
.AnyTagClassName
{
color: #D865DD;
}
</style>
background-color css
<style>
a { background-color: #D865DD; }
a { background-color: rgb(216,101,221); }
div.DivClassName
{
background-color: #D865DD;
}
.BgClassName
{
background-color: #D865DD;
}
</style>
border-color css
<style>
span { border-color: #D865DD; }
span { border-color: rgb(216,101,221); }
td.TdClassName
{
border-color: #D865DD;
}
.TagClassName
{
border-color: #D865DD;
}
</style>