Shades of Orchid #D865D0
Tints of Orchid #D865D0
RGB
CMYK
RGB Variations
Color information
#D865D0 (or 0xD865D0) is known color: Orchid. HEX triplet: D8, 65 and D0. RGB value is (216,101,208). Sum of RGB (Red+Green+Blue) = 216+101+208=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D865D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865D0 is #279A2F. Grayscale: #939393. Windows color (decimal): -2595376 or 13657560. OLE color: 13657560.
HSL color Cylindrical-coordinate representation of color #D865D0: hue angle of 304.17º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D865D0 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 208 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.15 |
| HSL | 304.17º | 0.6% | 0.62% | - |
| HSV(B) | 304.17º | 0.53% | 0.85% | - |
| XYZ | 44.36 | 28.46 | 62.83 | - |
| YUV | 147.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 208 | 0 | 0.53 | 0.04 | 0.15 | 304.17 | 0.6 | 0.62 |
| Hex | D8 | 65 | D0 | 0 | 35 | 4 | F | 130 | 3C | 3E |
| Octal | 330 | 145 | 320 | 0 | 65 | 4 | 17 | 460 | 74 | 76 |
| Binary | 11011000 | 1100101 | 11010000 | 0 | 110101 | 100 | 1111 | 100110000 | 111100 | 111110 |
Color Harmonies of #D865D0
Complementary color
Monochromatic Colors of #D865D0
Black with #D865D0
Text Example
Text Example
White with #D865D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865D0; }
p { color: rgb(216,101,208); }
H1.HeaderClassName
{
color: #D865D0;
}
.AnyTagClassName
{
color: #D865D0;
}
</style>
background-color css
<style>
a { background-color: #D865D0; }
a { background-color: rgb(216,101,208); }
div.DivClassName
{
background-color: #D865D0;
}
.BgClassName
{
background-color: #D865D0;
}
</style>
border-color css
<style>
span { border-color: #D865D0; }
span { border-color: rgb(216,101,208); }
td.TdClassName
{
border-color: #D865D0;
}
.TagClassName
{
border-color: #D865D0;
}
</style>