Shades of Orchid #DB68CC
Tints of Orchid #DB68CC
RGB
CMYK
RGB Variations
Color information
#DB68CC (or 0xDB68CC) is known color: Orchid. HEX triplet: DB, 68 and CC. RGB value is (219,104,204). Sum of RGB (Red+Green+Blue) = 219+104+204=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68CC is #249733. Grayscale: #959595. Windows color (decimal): -2398004 or 13396187. OLE color: 13396187.
HSL color Cylindrical-coordinate representation of color #DB68CC: hue angle of 307.83º 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 #DB68CC is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 204 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.14 |
| HSL | 307.83º | 0.61% | 0.63% | - |
| HSV(B) | 307.83º | 0.53% | 0.86% | - |
| XYZ | 45.06 | 29.32 | 60.41 | - |
| YUV | 149.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 204 | 0 | 0.53 | 0.07 | 0.14 | 307.83 | 0.61 | 0.63 |
| Hex | DB | 68 | CC | 0 | 35 | 7 | E | 134 | 3D | 3F |
| Octal | 333 | 150 | 314 | 0 | 65 | 7 | 16 | 464 | 75 | 77 |
| Binary | 11011011 | 1101000 | 11001100 | 0 | 110101 | 111 | 1110 | 100110100 | 111101 | 111111 |
Color Harmonies of #DB68CC
Complementary color
Monochromatic Colors of #DB68CC
Black with #DB68CC
Text Example
Text Example
White with #DB68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB68CC; }
p { color: rgb(219,104,204); }
H1.HeaderClassName
{
color: #DB68CC;
}
.AnyTagClassName
{
color: #DB68CC;
}
</style>
background-color css
<style>
a { background-color: #DB68CC; }
a { background-color: rgb(219,104,204); }
div.DivClassName
{
background-color: #DB68CC;
}
.BgClassName
{
background-color: #DB68CC;
}
</style>
border-color css
<style>
span { border-color: #DB68CC; }
span { border-color: rgb(219,104,204); }
td.TdClassName
{
border-color: #DB68CC;
}
.TagClassName
{
border-color: #DB68CC;
}
</style>