Shades of Orchid #DB65CA
Tints of Orchid #DB65CA
RGB
CMYK
RGB Variations
Color information
#DB65CA (or 0xDB65CA) is known color: Orchid. HEX triplet: DB, 65 and CA. RGB value is (219,101,202). Sum of RGB (Red+Green+Blue) = 219+101+202=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65CA is #249A35. Grayscale: #939393. Windows color (decimal): -2398774 or 13264347. OLE color: 13264347.
HSL color Cylindrical-coordinate representation of color #DB65CA: hue angle of 308.64º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB65CA is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 202 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.14 |
| HSL | 308.64º | 0.62% | 0.63% | - |
| HSV(B) | 308.64º | 0.54% | 0.86% | - |
| XYZ | 44.53 | 28.63 | 59.06 | - |
| YUV | 147.8 | 158.59 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 202 | 0 | 0.54 | 0.08 | 0.14 | 308.64 | 0.62 | 0.63 |
| Hex | DB | 65 | CA | 0 | 36 | 8 | E | 135 | 3E | 3F |
| Octal | 333 | 145 | 312 | 0 | 66 | 10 | 16 | 465 | 76 | 77 |
| Binary | 11011011 | 1100101 | 11001010 | 0 | 110110 | 1000 | 1110 | 100110101 | 111110 | 111111 |
Color Harmonies of #DB65CA
Complementary color
Monochromatic Colors of #DB65CA
Black with #DB65CA
Text Example
Text Example
White with #DB65CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65CA; }
p { color: rgb(219,101,202); }
H1.HeaderClassName
{
color: #DB65CA;
}
.AnyTagClassName
{
color: #DB65CA;
}
</style>
background-color css
<style>
a { background-color: #DB65CA; }
a { background-color: rgb(219,101,202); }
div.DivClassName
{
background-color: #DB65CA;
}
.BgClassName
{
background-color: #DB65CA;
}
</style>
border-color css
<style>
span { border-color: #DB65CA; }
span { border-color: rgb(219,101,202); }
td.TdClassName
{
border-color: #DB65CA;
}
.TagClassName
{
border-color: #DB65CA;
}
</style>