Shades of Orchid #D865D7
Tints of Orchid #D865D7
RGB
CMYK
RGB Variations
Color information
#D865D7 (or 0xD865D7) is known color: Orchid. HEX triplet: D8, 65 and D7. RGB value is (216,101,215). Sum of RGB (Red+Green+Blue) = 216+101+215=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D865D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865D7 is #279A28. Grayscale: #949494. Windows color (decimal): -2595369 or 14116312. OLE color: 14116312.
HSL color Cylindrical-coordinate representation of color #D865D7: hue angle of 300.52º 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 #D865D7 is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 215 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.15 |
| HSL | 300.52º | 0.6% | 0.62% | - |
| HSV(B) | 300.52º | 0.53% | 0.85% | - |
| XYZ | 45.24 | 28.81 | 67.47 | - |
| YUV | 148.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 215 | 0 | 0.53 | 0.00 | 0.15 | 300.52 | 0.6 | 0.62 |
| Hex | D8 | 65 | D7 | 0 | 35 | 0 | F | 12D | 3C | 3E |
| Octal | 330 | 145 | 327 | 0 | 65 | 0 | 17 | 455 | 74 | 76 |
| Binary | 11011000 | 1100101 | 11010111 | 0 | 110101 | 0 | 1111 | 100101101 | 111100 | 111110 |
Color Harmonies of #D865D7
Complementary color
Monochromatic Colors of #D865D7
Black with #D865D7
Text Example
Text Example
White with #D865D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865D7; }
p { color: rgb(216,101,215); }
H1.HeaderClassName
{
color: #D865D7;
}
.AnyTagClassName
{
color: #D865D7;
}
</style>
background-color css
<style>
a { background-color: #D865D7; }
a { background-color: rgb(216,101,215); }
div.DivClassName
{
background-color: #D865D7;
}
.BgClassName
{
background-color: #D865D7;
}
</style>
border-color css
<style>
span { border-color: #D865D7; }
span { border-color: rgb(216,101,215); }
td.TdClassName
{
border-color: #D865D7;
}
.TagClassName
{
border-color: #D865D7;
}
</style>