Shades of Orchid #DB64CF
Tints of Orchid #DB64CF
RGB
CMYK
RGB Variations
Color information
#DB64CF (or 0xDB64CF) is known color: Orchid. HEX triplet: DB, 64 and CF. RGB value is (219,100,207). Sum of RGB (Red+Green+Blue) = 219+100+207=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB64CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB64CF is #249B30. Grayscale: #939393. Windows color (decimal): -2399025 or 13591771. OLE color: 13591771.
HSL color Cylindrical-coordinate representation of color #DB64CF: hue angle of 306.05º 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 #DB64CF is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 207 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.14 |
| HSL | 306.05º | 0.62% | 0.63% | - |
| HSV(B) | 306.05º | 0.54% | 0.86% | - |
| XYZ | 45.03 | 28.68 | 62.19 | - |
| YUV | 147.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 207 | 0 | 0.54 | 0.05 | 0.14 | 306.05 | 0.62 | 0.63 |
| Hex | DB | 64 | CF | 0 | 36 | 5 | E | 132 | 3E | 3F |
| Octal | 333 | 144 | 317 | 0 | 66 | 5 | 16 | 462 | 76 | 77 |
| Binary | 11011011 | 1100100 | 11001111 | 0 | 110110 | 101 | 1110 | 100110010 | 111110 | 111111 |
Color Harmonies of #DB64CF
Complementary color
Monochromatic Colors of #DB64CF
Black with #DB64CF
Text Example
Text Example
White with #DB64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB64CF; }
p { color: rgb(219,100,207); }
H1.HeaderClassName
{
color: #DB64CF;
}
.AnyTagClassName
{
color: #DB64CF;
}
</style>
background-color css
<style>
a { background-color: #DB64CF; }
a { background-color: rgb(219,100,207); }
div.DivClassName
{
background-color: #DB64CF;
}
.BgClassName
{
background-color: #DB64CF;
}
</style>
border-color css
<style>
span { border-color: #DB64CF; }
span { border-color: rgb(219,100,207); }
td.TdClassName
{
border-color: #DB64CF;
}
.TagClassName
{
border-color: #DB64CF;
}
</style>