Shades of Orchid #D865BA
Tints of Orchid #D865BA
RGB
CMYK
RGB Variations
Color information
#D865BA (or 0xD865BA) is known color: Orchid. HEX triplet: D8, 65 and BA. RGB value is (216,101,186). Sum of RGB (Red+Green+Blue) = 216+101+186=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D865BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D865BA is #279A45. Grayscale: #909090. Windows color (decimal): -2595398 or 12215768. OLE color: 12215768.
HSL color Cylindrical-coordinate representation of color #D865BA: hue angle of 315.65º 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 #D865BA is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 186 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.15 |
| HSL | 315.65º | 0.6% | 0.62% | - |
| HSV(B) | 315.65º | 0.53% | 0.85% | - |
| XYZ | 41.84 | 27.45 | 49.55 | - |
| YUV | 145.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 186 | 0 | 0.53 | 0.14 | 0.15 | 315.65 | 0.6 | 0.62 |
| Hex | D8 | 65 | BA | 0 | 35 | E | F | 13C | 3C | 3E |
| Octal | 330 | 145 | 272 | 0 | 65 | 16 | 17 | 474 | 74 | 76 |
| Binary | 11011000 | 1100101 | 10111010 | 0 | 110101 | 1110 | 1111 | 100111100 | 111100 | 111110 |
Color Harmonies of #D865BA
Complementary color
Monochromatic Colors of #D865BA
Black with #D865BA
Text Example
Text Example
White with #D865BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865BA; }
p { color: rgb(216,101,186); }
H1.HeaderClassName
{
color: #D865BA;
}
.AnyTagClassName
{
color: #D865BA;
}
</style>
background-color css
<style>
a { background-color: #D865BA; }
a { background-color: rgb(216,101,186); }
div.DivClassName
{
background-color: #D865BA;
}
.BgClassName
{
background-color: #D865BA;
}
</style>
border-color css
<style>
span { border-color: #D865BA; }
span { border-color: rgb(216,101,186); }
td.TdClassName
{
border-color: #D865BA;
}
.TagClassName
{
border-color: #D865BA;
}
</style>