Shades of Orchid #DB69CB
Tints of Orchid #DB69CB
RGB
CMYK
RGB Variations
Color information
#DB69CB (or 0xDB69CB) is known color: Orchid. HEX triplet: DB, 69 and CB. RGB value is (219,105,203). Sum of RGB (Red+Green+Blue) = 219+105+203=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB69CB is #249634. Grayscale: #959595. Windows color (decimal): -2397749 or 13330907. OLE color: 13330907.
HSL color Cylindrical-coordinate representation of color #DB69CB: hue angle of 308.42º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB69CB is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 203 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.14 |
| HSL | 308.42º | 0.61% | 0.64% | - |
| HSV(B) | 308.42º | 0.52% | 0.86% | - |
| XYZ | 45.04 | 29.48 | 59.82 | - |
| YUV | 150.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 203 | 0 | 0.52 | 0.07 | 0.14 | 308.42 | 0.61 | 0.64 |
| Hex | DB | 69 | CB | 0 | 34 | 7 | E | 134 | 3D | 40 |
| Octal | 333 | 151 | 313 | 0 | 64 | 7 | 16 | 464 | 75 | 100 |
| Binary | 11011011 | 1101001 | 11001011 | 0 | 110100 | 111 | 1110 | 100110100 | 111101 | 1000000 |
Color Harmonies of #DB69CB
Complementary color
Monochromatic Colors of #DB69CB
Black with #DB69CB
Text Example
Text Example
White with #DB69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69CB; }
p { color: rgb(219,105,203); }
H1.HeaderClassName
{
color: #DB69CB;
}
.AnyTagClassName
{
color: #DB69CB;
}
</style>
background-color css
<style>
a { background-color: #DB69CB; }
a { background-color: rgb(219,105,203); }
div.DivClassName
{
background-color: #DB69CB;
}
.BgClassName
{
background-color: #DB69CB;
}
</style>
border-color css
<style>
span { border-color: #DB69CB; }
span { border-color: rgb(219,105,203); }
td.TdClassName
{
border-color: #DB69CB;
}
.TagClassName
{
border-color: #DB69CB;
}
</style>