Shades of Orchid #DB64CC
Tints of Orchid #DB64CC
RGB
CMYK
RGB Variations
Color information
#DB64CC (or 0xDB64CC) is known color: Orchid. HEX triplet: DB, 64 and CC. RGB value is (219,100,204). Sum of RGB (Red+Green+Blue) = 219+100+204=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64CC is #249B33. Grayscale: #939393. Windows color (decimal): -2399028 or 13395163. OLE color: 13395163.
HSL color Cylindrical-coordinate representation of color #DB64CC: hue angle of 307.56º 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 #DB64CC is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 204 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.14 |
| HSL | 307.56º | 0.62% | 0.63% | - |
| HSV(B) | 307.56º | 0.54% | 0.86% | - |
| XYZ | 44.67 | 28.53 | 60.28 | - |
| YUV | 147.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 204 | 0 | 0.54 | 0.07 | 0.14 | 307.56 | 0.62 | 0.63 |
| Hex | DB | 64 | CC | 0 | 36 | 7 | E | 134 | 3E | 3F |
| Octal | 333 | 144 | 314 | 0 | 66 | 7 | 16 | 464 | 76 | 77 |
| Binary | 11011011 | 1100100 | 11001100 | 0 | 110110 | 111 | 1110 | 100110100 | 111110 | 111111 |
Color Harmonies of #DB64CC
Complementary color
Monochromatic Colors of #DB64CC
Black with #DB64CC
Text Example
Text Example
White with #DB64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64CC; }
p { color: rgb(219,100,204); }
H1.HeaderClassName
{
color: #DB64CC;
}
.AnyTagClassName
{
color: #DB64CC;
}
</style>
background-color css
<style>
a { background-color: #DB64CC; }
a { background-color: rgb(219,100,204); }
div.DivClassName
{
background-color: #DB64CC;
}
.BgClassName
{
background-color: #DB64CC;
}
</style>
border-color css
<style>
span { border-color: #DB64CC; }
span { border-color: rgb(219,100,204); }
td.TdClassName
{
border-color: #DB64CC;
}
.TagClassName
{
border-color: #DB64CC;
}
</style>