Shades of Orchid #DA6BB8
Tints of Orchid #DA6BB8
RGB
CMYK
RGB Variations
Color information
#DA6BB8 (or 0xDA6BB8) is known color: Orchid. HEX triplet: DA, 6B and B8. RGB value is (218,107,184). Sum of RGB (Red+Green+Blue) = 218+107+184=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BB8 is #259447. Grayscale: #949494. Windows color (decimal): -2462792 or 12086234. OLE color: 12086234.
HSL color Cylindrical-coordinate representation of color #DA6BB8: hue angle of 318.38º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BB8 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 184 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.15 |
| HSL | 318.38º | 0.6% | 0.64% | - |
| HSV(B) | 318.38º | 0.51% | 0.85% | - |
| XYZ | 42.82 | 28.88 | 48.67 | - |
| YUV | 148.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 184 | 0 | 0.51 | 0.16 | 0.15 | 318.38 | 0.6 | 0.64 |
| Hex | DA | 6B | B8 | 0 | 33 | 10 | F | 13E | 3C | 40 |
| Octal | 332 | 153 | 270 | 0 | 63 | 20 | 17 | 476 | 74 | 100 |
| Binary | 11011010 | 1101011 | 10111000 | 0 | 110011 | 10000 | 1111 | 100111110 | 111100 | 1000000 |
Color Harmonies of #DA6BB8
Complementary color
Monochromatic Colors of #DA6BB8
Black with #DA6BB8
Text Example
Text Example
White with #DA6BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BB8; }
p { color: rgb(218,107,184); }
H1.HeaderClassName
{
color: #DA6BB8;
}
.AnyTagClassName
{
color: #DA6BB8;
}
</style>
background-color css
<style>
a { background-color: #DA6BB8; }
a { background-color: rgb(218,107,184); }
div.DivClassName
{
background-color: #DA6BB8;
}
.BgClassName
{
background-color: #DA6BB8;
}
</style>
border-color css
<style>
span { border-color: #DA6BB8; }
span { border-color: rgb(218,107,184); }
td.TdClassName
{
border-color: #DA6BB8;
}
.TagClassName
{
border-color: #DA6BB8;
}
</style>