Shades of Orchid #DA67BD
Tints of Orchid #DA67BD
RGB
CMYK
RGB Variations
Color information
#DA67BD (or 0xDA67BD) is known color: Orchid. HEX triplet: DA, 67 and BD. RGB value is (218,103,189). Sum of RGB (Red+Green+Blue) = 218+103+189=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA67BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67BD is #259842. Grayscale: #929292. Windows color (decimal): -2463811 or 12412890. OLE color: 12412890.
HSL color Cylindrical-coordinate representation of color #DA67BD: hue angle of 315.13º 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 #DA67BD is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 189 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.15 |
| HSL | 315.13º | 0.61% | 0.63% | - |
| HSV(B) | 315.13º | 0.53% | 0.85% | - |
| XYZ | 42.95 | 28.28 | 51.34 | - |
| YUV | 147.19 | 151.6 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 189 | 0 | 0.53 | 0.13 | 0.15 | 315.13 | 0.61 | 0.63 |
| Hex | DA | 67 | BD | 0 | 35 | D | F | 13B | 3D | 3F |
| Octal | 332 | 147 | 275 | 0 | 65 | 15 | 17 | 473 | 75 | 77 |
| Binary | 11011010 | 1100111 | 10111101 | 0 | 110101 | 1101 | 1111 | 100111011 | 111101 | 111111 |
Color Harmonies of #DA67BD
Complementary color
Monochromatic Colors of #DA67BD
Black with #DA67BD
Text Example
Text Example
White with #DA67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA67BD; }
p { color: rgb(218,103,189); }
H1.HeaderClassName
{
color: #DA67BD;
}
.AnyTagClassName
{
color: #DA67BD;
}
</style>
background-color css
<style>
a { background-color: #DA67BD; }
a { background-color: rgb(218,103,189); }
div.DivClassName
{
background-color: #DA67BD;
}
.BgClassName
{
background-color: #DA67BD;
}
</style>
border-color css
<style>
span { border-color: #DA67BD; }
span { border-color: rgb(218,103,189); }
td.TdClassName
{
border-color: #DA67BD;
}
.TagClassName
{
border-color: #DA67BD;
}
</style>