Shades of Orchid #DB6CC4
Tints of Orchid #DB6CC4
RGB
CMYK
RGB Variations
Color information
#DB6CC4 (or 0xDB6CC4) is known color: Orchid. HEX triplet: DB, 6C and C4. RGB value is (219,108,196). Sum of RGB (Red+Green+Blue) = 219+108+196=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CC4 is #24933B. Grayscale: #969696. Windows color (decimal): -2396988 or 12872923. OLE color: 12872923.
HSL color Cylindrical-coordinate representation of color #DB6CC4: hue angle of 312.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6CC4 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 108 | 196 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.14 |
| HSL | 312.43º | 0.61% | 0.64% | - |
| HSV(B) | 312.43º | 0.51% | 0.86% | - |
| XYZ | 44.54 | 29.77 | 55.62 | - |
| YUV | 151.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 108 | 196 | 0 | 0.51 | 0.11 | 0.14 | 312.43 | 0.61 | 0.64 |
| Hex | DB | 6C | C4 | 0 | 33 | B | E | 138 | 3D | 40 |
| Octal | 333 | 154 | 304 | 0 | 63 | 13 | 16 | 470 | 75 | 100 |
| Binary | 11011011 | 1101100 | 11000100 | 0 | 110011 | 1011 | 1110 | 100111000 | 111101 | 1000000 |
Color Harmonies of #DB6CC4
Complementary color
Monochromatic Colors of #DB6CC4
Black with #DB6CC4
Text Example
Text Example
White with #DB6CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6CC4; }
p { color: rgb(219,108,196); }
H1.HeaderClassName
{
color: #DB6CC4;
}
.AnyTagClassName
{
color: #DB6CC4;
}
</style>
background-color css
<style>
a { background-color: #DB6CC4; }
a { background-color: rgb(219,108,196); }
div.DivClassName
{
background-color: #DB6CC4;
}
.BgClassName
{
background-color: #DB6CC4;
}
</style>
border-color css
<style>
span { border-color: #DB6CC4; }
span { border-color: rgb(219,108,196); }
td.TdClassName
{
border-color: #DB6CC4;
}
.TagClassName
{
border-color: #DB6CC4;
}
</style>