Shades of Orchid #DB68CE
Tints of Orchid #DB68CE
RGB
CMYK
RGB Variations
Color information
#DB68CE (or 0xDB68CE) is known color: Orchid. HEX triplet: DB, 68 and CE. RGB value is (219,104,206). Sum of RGB (Red+Green+Blue) = 219+104+206=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68CE is #249731. Grayscale: #959595. Windows color (decimal): -2398002 or 13527259. OLE color: 13527259.
HSL color Cylindrical-coordinate representation of color #DB68CE: hue angle of 306.78º degrees, saturation: 0.61, 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 #DB68CE is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 206 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.14 |
| HSL | 306.78º | 0.61% | 0.63% | - |
| HSV(B) | 306.78º | 0.53% | 0.86% | - |
| XYZ | 45.3 | 29.42 | 61.68 | - |
| YUV | 150.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 206 | 0 | 0.53 | 0.06 | 0.14 | 306.78 | 0.61 | 0.63 |
| Hex | DB | 68 | CE | 0 | 35 | 6 | E | 133 | 3D | 3F |
| Octal | 333 | 150 | 316 | 0 | 65 | 6 | 16 | 463 | 75 | 77 |
| Binary | 11011011 | 1101000 | 11001110 | 0 | 110101 | 110 | 1110 | 100110011 | 111101 | 111111 |
Color Harmonies of #DB68CE
Complementary color
Monochromatic Colors of #DB68CE
Black with #DB68CE
Text Example
Text Example
White with #DB68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68CE; }
p { color: rgb(219,104,206); }
H1.HeaderClassName
{
color: #DB68CE;
}
.AnyTagClassName
{
color: #DB68CE;
}
</style>
background-color css
<style>
a { background-color: #DB68CE; }
a { background-color: rgb(219,104,206); }
div.DivClassName
{
background-color: #DB68CE;
}
.BgClassName
{
background-color: #DB68CE;
}
</style>
border-color css
<style>
span { border-color: #DB68CE; }
span { border-color: rgb(219,104,206); }
td.TdClassName
{
border-color: #DB68CE;
}
.TagClassName
{
border-color: #DB68CE;
}
</style>