Shades of Orchid #DB67C1
Tints of Orchid #DB67C1
RGB
CMYK
RGB Variations
Color information
#DB67C1 (or 0xDB67C1) is known color: Orchid. HEX triplet: DB, 67 and C1. RGB value is (219,103,193). Sum of RGB (Red+Green+Blue) = 219+103+193=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67C1 is #24983E. Grayscale: #939393. Windows color (decimal): -2398271 or 12675035. OLE color: 12675035.
HSL color Cylindrical-coordinate representation of color #DB67C1: hue angle of 313.45º 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 #DB67C1 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 193 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.14 |
| HSL | 313.45º | 0.62% | 0.63% | - |
| HSV(B) | 313.45º | 0.53% | 0.86% | - |
| XYZ | 43.69 | 28.61 | 53.67 | - |
| YUV | 147.94 | 153.43 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 193 | 0 | 0.53 | 0.12 | 0.14 | 313.45 | 0.62 | 0.63 |
| Hex | DB | 67 | C1 | 0 | 35 | C | E | 139 | 3E | 3F |
| Octal | 333 | 147 | 301 | 0 | 65 | 14 | 16 | 471 | 76 | 77 |
| Binary | 11011011 | 1100111 | 11000001 | 0 | 110101 | 1100 | 1110 | 100111001 | 111110 | 111111 |
Color Harmonies of #DB67C1
Complementary color
Monochromatic Colors of #DB67C1
Black with #DB67C1
Text Example
Text Example
White with #DB67C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67C1; }
p { color: rgb(219,103,193); }
H1.HeaderClassName
{
color: #DB67C1;
}
.AnyTagClassName
{
color: #DB67C1;
}
</style>
background-color css
<style>
a { background-color: #DB67C1; }
a { background-color: rgb(219,103,193); }
div.DivClassName
{
background-color: #DB67C1;
}
.BgClassName
{
background-color: #DB67C1;
}
</style>
border-color css
<style>
span { border-color: #DB67C1; }
span { border-color: rgb(219,103,193); }
td.TdClassName
{
border-color: #DB67C1;
}
.TagClassName
{
border-color: #DB67C1;
}
</style>