Shades of Orchid #DB67CA
Tints of Orchid #DB67CA
RGB
CMYK
RGB Variations
Color information
#DB67CA (or 0xDB67CA) is known color: Orchid. HEX triplet: DB, 67 and CA. RGB value is (219,103,202). Sum of RGB (Red+Green+Blue) = 219+103+202=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67CA is #249835. Grayscale: #949494. Windows color (decimal): -2398262 or 13264859. OLE color: 13264859.
HSL color Cylindrical-coordinate representation of color #DB67CA: hue angle of 308.79º degrees, saturation: 0.62, 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 #DB67CA is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 202 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.14 |
| HSL | 308.79º | 0.62% | 0.63% | - |
| HSV(B) | 308.79º | 0.53% | 0.86% | - |
| XYZ | 44.72 | 29.02 | 59.12 | - |
| YUV | 148.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 202 | 0 | 0.53 | 0.08 | 0.14 | 308.79 | 0.62 | 0.63 |
| Hex | DB | 67 | CA | 0 | 35 | 8 | E | 135 | 3E | 3F |
| Octal | 333 | 147 | 312 | 0 | 65 | 10 | 16 | 465 | 76 | 77 |
| Binary | 11011011 | 1100111 | 11001010 | 0 | 110101 | 1000 | 1110 | 100110101 | 111110 | 111111 |
Color Harmonies of #DB67CA
Complementary color
Monochromatic Colors of #DB67CA
Black with #DB67CA
Text Example
Text Example
White with #DB67CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67CA; }
p { color: rgb(219,103,202); }
H1.HeaderClassName
{
color: #DB67CA;
}
.AnyTagClassName
{
color: #DB67CA;
}
</style>
background-color css
<style>
a { background-color: #DB67CA; }
a { background-color: rgb(219,103,202); }
div.DivClassName
{
background-color: #DB67CA;
}
.BgClassName
{
background-color: #DB67CA;
}
</style>
border-color css
<style>
span { border-color: #DB67CA; }
span { border-color: rgb(219,103,202); }
td.TdClassName
{
border-color: #DB67CA;
}
.TagClassName
{
border-color: #DB67CA;
}
</style>