Shades of Orchid #D565DB
Tints of Orchid #D565DB
RGB
CMYK
RGB Variations
Color information
#D565DB (or 0xD565DB) is known color: Orchid. HEX triplet: D5, 65 and DB. RGB value is (213,101,219). Sum of RGB (Red+Green+Blue) = 213+101+219=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #D565DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565DB is #2A9A24. Grayscale: #939393. Windows color (decimal): -2791973 or 14378453. OLE color: 14378453.
HSL color Cylindrical-coordinate representation of color #D565DB: hue angle of 296.95º 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 #D565DB is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 101 | 219 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.14 |
| HSL | 296.95º | 0.62% | 0.63% | - |
| HSV(B) | 296.95º | 0.54% | 0.86% | - |
| XYZ | 44.88 | 28.57 | 70.17 | - |
| YUV | 147.94 | 168.11 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 219 | 0.03 | 0.54 | 0 | 0.14 | 296.95 | 0.62 | 0.63 |
| Hex | D5 | 65 | DB | 3 | 36 | 0 | E | 129 | 3E | 3F |
| Octal | 325 | 145 | 333 | 3 | 66 | 0 | 16 | 451 | 76 | 77 |
| Binary | 11010101 | 1100101 | 11011011 | 11 | 110110 | 0 | 1110 | 100101001 | 111110 | 111111 |
Color Harmonies of #D565DB
Complementary color
Monochromatic Colors of #D565DB
Black with #D565DB
Text Example
Text Example
White with #D565DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565DB; }
p { color: rgb(213,101,219); }
H1.HeaderClassName
{
color: #D565DB;
}
.AnyTagClassName
{
color: #D565DB;
}
</style>
background-color css
<style>
a { background-color: #D565DB; }
a { background-color: rgb(213,101,219); }
div.DivClassName
{
background-color: #D565DB;
}
.BgClassName
{
background-color: #D565DB;
}
</style>
border-color css
<style>
span { border-color: #D565DB; }
span { border-color: rgb(213,101,219); }
td.TdClassName
{
border-color: #D565DB;
}
.TagClassName
{
border-color: #D565DB;
}
</style>