Shades of Orchid #D963DB
Tints of Orchid #D963DB
RGB
CMYK
RGB Variations
Color information
#D963DB (or 0xD963DB) is known color: Orchid. HEX triplet: D9, 63 and DB. RGB value is (217,99,219). Sum of RGB (Red+Green+Blue) = 217+99+219=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #D963DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963DB is #269C24. Grayscale: #939393. Windows color (decimal): -2530341 or 14377945. OLE color: 14377945.
HSL color Cylindrical-coordinate representation of color #D963DB: hue angle of 299º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D963DB is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 99 | 219 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.14 |
| HSL | 299º | 0.63% | 0.62% | - |
| HSV(B) | 299º | 0.55% | 0.86% | - |
| XYZ | 45.86 | 28.79 | 70.16 | - |
| YUV | 147.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 219 | 0.01 | 0.55 | 0 | 0.14 | 299 | 0.63 | 0.62 |
| Hex | D9 | 63 | DB | 1 | 37 | 0 | E | 12B | 3E | 3E |
| Octal | 331 | 143 | 333 | 1 | 67 | 0 | 16 | 453 | 76 | 76 |
| Binary | 11011001 | 1100011 | 11011011 | 1 | 110111 | 0 | 1110 | 100101011 | 111110 | 111110 |
Color Harmonies of #D963DB
Complementary color
Monochromatic Colors of #D963DB
Black with #D963DB
Text Example
Text Example
White with #D963DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963DB; }
p { color: rgb(217,99,219); }
H1.HeaderClassName
{
color: #D963DB;
}
.AnyTagClassName
{
color: #D963DB;
}
</style>
background-color css
<style>
a { background-color: #D963DB; }
a { background-color: rgb(217,99,219); }
div.DivClassName
{
background-color: #D963DB;
}
.BgClassName
{
background-color: #D963DB;
}
</style>
border-color css
<style>
span { border-color: #D963DB; }
span { border-color: rgb(217,99,219); }
td.TdClassName
{
border-color: #D963DB;
}
.TagClassName
{
border-color: #D963DB;
}
</style>