Shades of Orchid #DB68C1
Tints of Orchid #DB68C1
RGB
CMYK
RGB Variations
Color information
#DB68C1 (or 0xDB68C1) is known color: Orchid. HEX triplet: DB, 68 and C1. RGB value is (219,104,193). Sum of RGB (Red+Green+Blue) = 219+104+193=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68C1 is #24973E. Grayscale: #949494. Windows color (decimal): -2398015 or 12675291. OLE color: 12675291.
HSL color Cylindrical-coordinate representation of color #DB68C1: hue angle of 313.57º 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 #DB68C1 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 193 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.14 |
| HSL | 313.57º | 0.61% | 0.63% | - |
| HSV(B) | 313.57º | 0.53% | 0.86% | - |
| XYZ | 43.79 | 28.81 | 53.71 | - |
| YUV | 148.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 193 | 0 | 0.53 | 0.12 | 0.14 | 313.57 | 0.61 | 0.63 |
| Hex | DB | 68 | C1 | 0 | 35 | C | E | 13A | 3D | 3F |
| Octal | 333 | 150 | 301 | 0 | 65 | 14 | 16 | 472 | 75 | 77 |
| Binary | 11011011 | 1101000 | 11000001 | 0 | 110101 | 1100 | 1110 | 100111010 | 111101 | 111111 |
Color Harmonies of #DB68C1
Complementary color
Monochromatic Colors of #DB68C1
Black with #DB68C1
Text Example
Text Example
White with #DB68C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68C1; }
p { color: rgb(219,104,193); }
H1.HeaderClassName
{
color: #DB68C1;
}
.AnyTagClassName
{
color: #DB68C1;
}
</style>
background-color css
<style>
a { background-color: #DB68C1; }
a { background-color: rgb(219,104,193); }
div.DivClassName
{
background-color: #DB68C1;
}
.BgClassName
{
background-color: #DB68C1;
}
</style>
border-color css
<style>
span { border-color: #DB68C1; }
span { border-color: rgb(219,104,193); }
td.TdClassName
{
border-color: #DB68C1;
}
.TagClassName
{
border-color: #DB68C1;
}
</style>