Shades of Orchid #DB65D2
Tints of Orchid #DB65D2
RGB
CMYK
RGB Variations
Color information
#DB65D2 (or 0xDB65D2) is known color: Orchid. HEX triplet: DB, 65 and D2. RGB value is (219,101,210). Sum of RGB (Red+Green+Blue) = 219+101+210=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65D2 is #249A2D. Grayscale: #949494. Windows color (decimal): -2398766 or 13788635. OLE color: 13788635.
HSL color Cylindrical-coordinate representation of color #DB65D2: hue angle of 304.58º 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 #DB65D2 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 210 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.14 |
| HSL | 304.58º | 0.62% | 0.63% | - |
| HSV(B) | 304.58º | 0.54% | 0.86% | - |
| XYZ | 45.5 | 29.02 | 64.18 | - |
| YUV | 148.71 | 162.59 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 210 | 0 | 0.54 | 0.04 | 0.14 | 304.58 | 0.62 | 0.63 |
| Hex | DB | 65 | D2 | 0 | 36 | 4 | E | 131 | 3E | 3F |
| Octal | 333 | 145 | 322 | 0 | 66 | 4 | 16 | 461 | 76 | 77 |
| Binary | 11011011 | 1100101 | 11010010 | 0 | 110110 | 100 | 1110 | 100110001 | 111110 | 111111 |
Color Harmonies of #DB65D2
Complementary color
Monochromatic Colors of #DB65D2
Black with #DB65D2
Text Example
Text Example
White with #DB65D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65D2; }
p { color: rgb(219,101,210); }
H1.HeaderClassName
{
color: #DB65D2;
}
.AnyTagClassName
{
color: #DB65D2;
}
</style>
background-color css
<style>
a { background-color: #DB65D2; }
a { background-color: rgb(219,101,210); }
div.DivClassName
{
background-color: #DB65D2;
}
.BgClassName
{
background-color: #DB65D2;
}
</style>
border-color css
<style>
span { border-color: #DB65D2; }
span { border-color: rgb(219,101,210); }
td.TdClassName
{
border-color: #DB65D2;
}
.TagClassName
{
border-color: #DB65D2;
}
</style>