Shades of Orchid #DA69D0
Tints of Orchid #DA69D0
RGB
CMYK
RGB Variations
Color information
#DA69D0 (or 0xDA69D0) is known color: Orchid. HEX triplet: DA, 69 and D0. RGB value is (218,105,208). Sum of RGB (Red+Green+Blue) = 218+105+208=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69D0 is #25962F. Grayscale: #969696. Windows color (decimal): -2463280 or 13658586. OLE color: 13658586.
HSL color Cylindrical-coordinate representation of color #DA69D0: hue angle of 305.31º 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 #DA69D0 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 208 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.15 |
| HSL | 305.31º | 0.6% | 0.63% | - |
| HSV(B) | 305.31º | 0.52% | 0.85% | - |
| XYZ | 45.35 | 29.56 | 62.99 | - |
| YUV | 150.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 208 | 0 | 0.52 | 0.05 | 0.15 | 305.31 | 0.6 | 0.63 |
| Hex | DA | 69 | D0 | 0 | 34 | 5 | F | 131 | 3C | 3F |
| Octal | 332 | 151 | 320 | 0 | 64 | 5 | 17 | 461 | 74 | 77 |
| Binary | 11011010 | 1101001 | 11010000 | 0 | 110100 | 101 | 1111 | 100110001 | 111100 | 111111 |
Color Harmonies of #DA69D0
Complementary color
Monochromatic Colors of #DA69D0
Black with #DA69D0
Text Example
Text Example
White with #DA69D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69D0; }
p { color: rgb(218,105,208); }
H1.HeaderClassName
{
color: #DA69D0;
}
.AnyTagClassName
{
color: #DA69D0;
}
</style>
background-color css
<style>
a { background-color: #DA69D0; }
a { background-color: rgb(218,105,208); }
div.DivClassName
{
background-color: #DA69D0;
}
.BgClassName
{
background-color: #DA69D0;
}
</style>
border-color css
<style>
span { border-color: #DA69D0; }
span { border-color: rgb(218,105,208); }
td.TdClassName
{
border-color: #DA69D0;
}
.TagClassName
{
border-color: #DA69D0;
}
</style>