Shades of Orchid #DA69E0
Tints of Orchid #DA69E0
RGB
CMYK
RGB Variations
Color information
#DA69E0 (or 0xDA69E0) is known color: Orchid. HEX triplet: DA, 69 and E0. RGB value is (218,105,224). Sum of RGB (Red+Green+Blue) = 218+105+224=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA69E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA69E0 is #25961F. Grayscale: #979797. Windows color (decimal): -2463264 or 14707162. OLE color: 14707162.
HSL color Cylindrical-coordinate representation of color #DA69E0: hue angle of 296.97º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA69E0 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 105 | 224 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.12 |
| HSL | 296.97º | 0.66% | 0.65% | - |
| HSV(B) | 296.97º | 0.53% | 0.88% | - |
| XYZ | 47.42 | 30.39 | 73.89 | - |
| YUV | 152.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 224 | 0.03 | 0.53 | 0 | 0.12 | 296.97 | 0.66 | 0.65 |
| Hex | DA | 69 | E0 | 3 | 35 | 0 | C | 129 | 42 | 41 |
| Octal | 332 | 151 | 340 | 3 | 65 | 0 | 14 | 451 | 102 | 101 |
| Binary | 11011010 | 1101001 | 11100000 | 11 | 110101 | 0 | 1100 | 100101001 | 1000010 | 1000001 |
Color Harmonies of #DA69E0
Complementary color
Monochromatic Colors of #DA69E0
Black with #DA69E0
Text Example
Text Example
White with #DA69E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69E0; }
p { color: rgb(218,105,224); }
H1.HeaderClassName
{
color: #DA69E0;
}
.AnyTagClassName
{
color: #DA69E0;
}
</style>
background-color css
<style>
a { background-color: #DA69E0; }
a { background-color: rgb(218,105,224); }
div.DivClassName
{
background-color: #DA69E0;
}
.BgClassName
{
background-color: #DA69E0;
}
</style>
border-color css
<style>
span { border-color: #DA69E0; }
span { border-color: rgb(218,105,224); }
td.TdClassName
{
border-color: #DA69E0;
}
.TagClassName
{
border-color: #DA69E0;
}
</style>