Shades of Orchid #DB68CB
Tints of Orchid #DB68CB
RGB
CMYK
RGB Variations
Color information
#DB68CB (or 0xDB68CB) is known color: Orchid. HEX triplet: DB, 68 and CB. RGB value is (219,104,203). Sum of RGB (Red+Green+Blue) = 219+104+203=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68CB is #249734. Grayscale: #959595. Windows color (decimal): -2398005 or 13330651. OLE color: 13330651.
HSL color Cylindrical-coordinate representation of color #DB68CB: hue angle of 308.35º 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 #DB68CB is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 203 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.14 |
| HSL | 308.35º | 0.61% | 0.63% | - |
| HSV(B) | 308.35º | 0.53% | 0.86% | - |
| XYZ | 44.94 | 29.27 | 59.78 | - |
| YUV | 149.67 | 158.1 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 203 | 0 | 0.53 | 0.07 | 0.14 | 308.35 | 0.61 | 0.63 |
| Hex | DB | 68 | CB | 0 | 35 | 7 | E | 134 | 3D | 3F |
| Octal | 333 | 150 | 313 | 0 | 65 | 7 | 16 | 464 | 75 | 77 |
| Binary | 11011011 | 1101000 | 11001011 | 0 | 110101 | 111 | 1110 | 100110100 | 111101 | 111111 |
Color Harmonies of #DB68CB
Complementary color
Monochromatic Colors of #DB68CB
Black with #DB68CB
Text Example
Text Example
White with #DB68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68CB; }
p { color: rgb(219,104,203); }
H1.HeaderClassName
{
color: #DB68CB;
}
.AnyTagClassName
{
color: #DB68CB;
}
</style>
background-color css
<style>
a { background-color: #DB68CB; }
a { background-color: rgb(219,104,203); }
div.DivClassName
{
background-color: #DB68CB;
}
.BgClassName
{
background-color: #DB68CB;
}
</style>
border-color css
<style>
span { border-color: #DB68CB; }
span { border-color: rgb(219,104,203); }
td.TdClassName
{
border-color: #DB68CB;
}
.TagClassName
{
border-color: #DB68CB;
}
</style>