Shades of Orchid #DA67BB
Tints of Orchid #DA67BB
RGB
CMYK
RGB Variations
Color information
#DA67BB (or 0xDA67BB) is known color: Orchid. HEX triplet: DA, 67 and BB. RGB value is (218,103,187). Sum of RGB (Red+Green+Blue) = 218+103+187=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA67BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67BB is #259844. Grayscale: #929292. Windows color (decimal): -2463813 or 12281818. OLE color: 12281818.
HSL color Cylindrical-coordinate representation of color #DA67BB: hue angle of 316.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA67BB is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 187 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.15 |
| HSL | 316.17º | 0.61% | 0.63% | - |
| HSV(B) | 316.17º | 0.53% | 0.85% | - |
| XYZ | 42.73 | 28.19 | 50.2 | - |
| YUV | 146.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 187 | 0 | 0.53 | 0.14 | 0.15 | 316.17 | 0.61 | 0.63 |
| Hex | DA | 67 | BB | 0 | 35 | E | F | 13C | 3D | 3F |
| Octal | 332 | 147 | 273 | 0 | 65 | 16 | 17 | 474 | 75 | 77 |
| Binary | 11011010 | 1100111 | 10111011 | 0 | 110101 | 1110 | 1111 | 100111100 | 111101 | 111111 |
Color Harmonies of #DA67BB
Complementary color
Monochromatic Colors of #DA67BB
Black with #DA67BB
Text Example
Text Example
White with #DA67BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA67BB; }
p { color: rgb(218,103,187); }
H1.HeaderClassName
{
color: #DA67BB;
}
.AnyTagClassName
{
color: #DA67BB;
}
</style>
background-color css
<style>
a { background-color: #DA67BB; }
a { background-color: rgb(218,103,187); }
div.DivClassName
{
background-color: #DA67BB;
}
.BgClassName
{
background-color: #DA67BB;
}
</style>
border-color css
<style>
span { border-color: #DA67BB; }
span { border-color: rgb(218,103,187); }
td.TdClassName
{
border-color: #DA67BB;
}
.TagClassName
{
border-color: #DA67BB;
}
</style>