Shades of Orchid #DA69BD
Tints of Orchid #DA69BD
RGB
CMYK
RGB Variations
Color information
#DA69BD (or 0xDA69BD) is known color: Orchid. HEX triplet: DA, 69 and BD. RGB value is (218,105,189). Sum of RGB (Red+Green+Blue) = 218+105+189=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69BD is #259642. Grayscale: #949494. Windows color (decimal): -2463299 or 12413402. OLE color: 12413402.
HSL color Cylindrical-coordinate representation of color #DA69BD: hue angle of 315.4º degrees, saturation: 0.6, 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 #DA69BD is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 189 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.15 |
| HSL | 315.4º | 0.6% | 0.63% | - |
| HSV(B) | 315.4º | 0.52% | 0.85% | - |
| XYZ | 43.15 | 28.68 | 51.41 | - |
| YUV | 148.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 189 | 0 | 0.52 | 0.13 | 0.15 | 315.4 | 0.6 | 0.63 |
| Hex | DA | 69 | BD | 0 | 34 | D | F | 13B | 3C | 3F |
| Octal | 332 | 151 | 275 | 0 | 64 | 15 | 17 | 473 | 74 | 77 |
| Binary | 11011010 | 1101001 | 10111101 | 0 | 110100 | 1101 | 1111 | 100111011 | 111100 | 111111 |
Color Harmonies of #DA69BD
Complementary color
Monochromatic Colors of #DA69BD
Black with #DA69BD
Text Example
Text Example
White with #DA69BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69BD; }
p { color: rgb(218,105,189); }
H1.HeaderClassName
{
color: #DA69BD;
}
.AnyTagClassName
{
color: #DA69BD;
}
</style>
background-color css
<style>
a { background-color: #DA69BD; }
a { background-color: rgb(218,105,189); }
div.DivClassName
{
background-color: #DA69BD;
}
.BgClassName
{
background-color: #DA69BD;
}
</style>
border-color css
<style>
span { border-color: #DA69BD; }
span { border-color: rgb(218,105,189); }
td.TdClassName
{
border-color: #DA69BD;
}
.TagClassName
{
border-color: #DA69BD;
}
</style>