Shades of Orchid #DB68CA
Tints of Orchid #DB68CA
RGB
CMYK
RGB Variations
Color information
#DB68CA (or 0xDB68CA) is known color: Orchid. HEX triplet: DB, 68 and CA. RGB value is (219,104,202). Sum of RGB (Red+Green+Blue) = 219+104+202=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68CA is #249735. Grayscale: #959595. Windows color (decimal): -2398006 or 13265115. OLE color: 13265115.
HSL color Cylindrical-coordinate representation of color #DB68CA: hue angle of 308.87º 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 #DB68CA is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 202 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.14 |
| HSL | 308.87º | 0.61% | 0.63% | - |
| HSV(B) | 308.87º | 0.53% | 0.86% | - |
| XYZ | 44.82 | 29.22 | 59.16 | - |
| YUV | 149.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 202 | 0 | 0.53 | 0.08 | 0.14 | 308.87 | 0.61 | 0.63 |
| Hex | DB | 68 | CA | 0 | 35 | 8 | E | 135 | 3D | 3F |
| Octal | 333 | 150 | 312 | 0 | 65 | 10 | 16 | 465 | 75 | 77 |
| Binary | 11011011 | 1101000 | 11001010 | 0 | 110101 | 1000 | 1110 | 100110101 | 111101 | 111111 |
Color Harmonies of #DB68CA
Complementary color
Monochromatic Colors of #DB68CA
Black with #DB68CA
Text Example
Text Example
White with #DB68CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68CA; }
p { color: rgb(219,104,202); }
H1.HeaderClassName
{
color: #DB68CA;
}
.AnyTagClassName
{
color: #DB68CA;
}
</style>
background-color css
<style>
a { background-color: #DB68CA; }
a { background-color: rgb(219,104,202); }
div.DivClassName
{
background-color: #DB68CA;
}
.BgClassName
{
background-color: #DB68CA;
}
</style>
border-color css
<style>
span { border-color: #DB68CA; }
span { border-color: rgb(219,104,202); }
td.TdClassName
{
border-color: #DB68CA;
}
.TagClassName
{
border-color: #DB68CA;
}
</style>