Shades of Orchid #DA68BB
Tints of Orchid #DA68BB
RGB
CMYK
RGB Variations
Color information
#DA68BB (or 0xDA68BB) is known color: Orchid. HEX triplet: DA, 68 and BB. RGB value is (218,104,187). Sum of RGB (Red+Green+Blue) = 218+104+187=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68BB is #259744. Grayscale: #939393. Windows color (decimal): -2463557 or 12282074. OLE color: 12282074.
HSL color Cylindrical-coordinate representation of color #DA68BB: hue angle of 316.32º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA68BB is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 187 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.15 |
| HSL | 316.32º | 0.61% | 0.63% | - |
| HSV(B) | 316.32º | 0.52% | 0.85% | - |
| XYZ | 42.83 | 28.39 | 50.24 | - |
| YUV | 147.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 187 | 0 | 0.52 | 0.14 | 0.15 | 316.32 | 0.61 | 0.63 |
| Hex | DA | 68 | BB | 0 | 34 | E | F | 13C | 3D | 3F |
| Octal | 332 | 150 | 273 | 0 | 64 | 16 | 17 | 474 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10111011 | 0 | 110100 | 1110 | 1111 | 100111100 | 111101 | 111111 |
Color Harmonies of #DA68BB
Complementary color
Monochromatic Colors of #DA68BB
Black with #DA68BB
Text Example
Text Example
White with #DA68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68BB; }
p { color: rgb(218,104,187); }
H1.HeaderClassName
{
color: #DA68BB;
}
.AnyTagClassName
{
color: #DA68BB;
}
</style>
background-color css
<style>
a { background-color: #DA68BB; }
a { background-color: rgb(218,104,187); }
div.DivClassName
{
background-color: #DA68BB;
}
.BgClassName
{
background-color: #DA68BB;
}
</style>
border-color css
<style>
span { border-color: #DA68BB; }
span { border-color: rgb(218,104,187); }
td.TdClassName
{
border-color: #DA68BB;
}
.TagClassName
{
border-color: #DA68BB;
}
</style>