Shades of Orchid #D965DB
Tints of Orchid #D965DB
RGB
CMYK
RGB Variations
Color information
#D965DB (or 0xD965DB) is known color: Orchid. HEX triplet: D9, 65 and DB. RGB value is (217,101,219). Sum of RGB (Red+Green+Blue) = 217+101+219=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #D965DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965DB is #269A24. Grayscale: #949494. Windows color (decimal): -2529829 or 14378457. OLE color: 14378457.
HSL color Cylindrical-coordinate representation of color #D965DB: hue angle of 298.98º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D965DB is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 101 | 219 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.14 |
| HSL | 298.98º | 0.62% | 0.63% | - |
| HSV(B) | 298.98º | 0.54% | 0.86% | - |
| XYZ | 46.06 | 29.17 | 70.22 | - |
| YUV | 149.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 219 | 0.01 | 0.54 | 0 | 0.14 | 298.98 | 0.62 | 0.63 |
| Hex | D9 | 65 | DB | 1 | 36 | 0 | E | 12B | 3E | 3F |
| Octal | 331 | 145 | 333 | 1 | 66 | 0 | 16 | 453 | 76 | 77 |
| Binary | 11011001 | 1100101 | 11011011 | 1 | 110110 | 0 | 1110 | 100101011 | 111110 | 111111 |
Color Harmonies of #D965DB
Complementary color
Monochromatic Colors of #D965DB
Black with #D965DB
Text Example
Text Example
White with #D965DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D965DB; }
p { color: rgb(217,101,219); }
H1.HeaderClassName
{
color: #D965DB;
}
.AnyTagClassName
{
color: #D965DB;
}
</style>
background-color css
<style>
a { background-color: #D965DB; }
a { background-color: rgb(217,101,219); }
div.DivClassName
{
background-color: #D965DB;
}
.BgClassName
{
background-color: #D965DB;
}
</style>
border-color css
<style>
span { border-color: #D965DB; }
span { border-color: rgb(217,101,219); }
td.TdClassName
{
border-color: #D965DB;
}
.TagClassName
{
border-color: #D965DB;
}
</style>