Shades of Orchid #D863BE
Tints of Orchid #D863BE
RGB
CMYK
RGB Variations
Color information
#D863BE (or 0xD863BE) is known color: Orchid. HEX triplet: D8, 63 and BE. RGB value is (216,99,190). Sum of RGB (Red+Green+Blue) = 216+99+190=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D863BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863BE is #279C41. Grayscale: #909090. Windows color (decimal): -2595906 or 12477400. OLE color: 12477400.
HSL color Cylindrical-coordinate representation of color #D863BE: hue angle of 313.33º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D863BE is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 190 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.15 |
| HSL | 313.33º | 0.6% | 0.62% | - |
| HSV(B) | 313.33º | 0.54% | 0.85% | - |
| XYZ | 42.08 | 27.24 | 51.76 | - |
| YUV | 144.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 190 | 0 | 0.54 | 0.12 | 0.15 | 313.33 | 0.6 | 0.62 |
| Hex | D8 | 63 | BE | 0 | 36 | C | F | 139 | 3C | 3E |
| Octal | 330 | 143 | 276 | 0 | 66 | 14 | 17 | 471 | 74 | 76 |
| Binary | 11011000 | 1100011 | 10111110 | 0 | 110110 | 1100 | 1111 | 100111001 | 111100 | 111110 |
Color Harmonies of #D863BE
Complementary color
Monochromatic Colors of #D863BE
Black with #D863BE
Text Example
Text Example
White with #D863BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863BE; }
p { color: rgb(216,99,190); }
H1.HeaderClassName
{
color: #D863BE;
}
.AnyTagClassName
{
color: #D863BE;
}
</style>
background-color css
<style>
a { background-color: #D863BE; }
a { background-color: rgb(216,99,190); }
div.DivClassName
{
background-color: #D863BE;
}
.BgClassName
{
background-color: #D863BE;
}
</style>
border-color css
<style>
span { border-color: #D863BE; }
span { border-color: rgb(216,99,190); }
td.TdClassName
{
border-color: #D863BE;
}
.TagClassName
{
border-color: #D863BE;
}
</style>