Shades of Orchid #DB67D2
Tints of Orchid #DB67D2
RGB
CMYK
RGB Variations
Color information
#DB67D2 (or 0xDB67D2) is known color: Orchid. HEX triplet: DB, 67 and D2. RGB value is (219,103,210). Sum of RGB (Red+Green+Blue) = 219+103+210=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67D2 is #24982D. Grayscale: #959595. Windows color (decimal): -2398254 or 13789147. OLE color: 13789147.
HSL color Cylindrical-coordinate representation of color #DB67D2: hue angle of 304.66º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB67D2 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 210 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.14 |
| HSL | 304.66º | 0.62% | 0.63% | - |
| HSV(B) | 304.66º | 0.53% | 0.86% | - |
| XYZ | 45.7 | 29.41 | 64.24 | - |
| YUV | 149.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 210 | 0 | 0.53 | 0.04 | 0.14 | 304.66 | 0.62 | 0.63 |
| Hex | DB | 67 | D2 | 0 | 35 | 4 | E | 131 | 3E | 3F |
| Octal | 333 | 147 | 322 | 0 | 65 | 4 | 16 | 461 | 76 | 77 |
| Binary | 11011011 | 1100111 | 11010010 | 0 | 110101 | 100 | 1110 | 100110001 | 111110 | 111111 |
Color Harmonies of #DB67D2
Complementary color
Monochromatic Colors of #DB67D2
Black with #DB67D2
Text Example
Text Example
White with #DB67D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67D2; }
p { color: rgb(219,103,210); }
H1.HeaderClassName
{
color: #DB67D2;
}
.AnyTagClassName
{
color: #DB67D2;
}
</style>
background-color css
<style>
a { background-color: #DB67D2; }
a { background-color: rgb(219,103,210); }
div.DivClassName
{
background-color: #DB67D2;
}
.BgClassName
{
background-color: #DB67D2;
}
</style>
border-color css
<style>
span { border-color: #DB67D2; }
span { border-color: rgb(219,103,210); }
td.TdClassName
{
border-color: #DB67D2;
}
.TagClassName
{
border-color: #DB67D2;
}
</style>