Shades of Orchid #DA69E8
Tints of Orchid #DA69E8
RGB
CMYK
RGB Variations
Color information
#DA69E8 (or 0xDA69E8) is known color: Orchid. HEX triplet: DA, 69 and E8. RGB value is (218,105,232). Sum of RGB (Red+Green+Blue) = 218+105+232=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA69E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA69E8 is #259617. Grayscale: #989898. Windows color (decimal): -2463256 or 15231450. OLE color: 15231450.
HSL color Cylindrical-coordinate representation of color #DA69E8: hue angle of 293.39º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA69E8 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 105 | 232 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.09 |
| HSL | 293.39º | 0.73% | 0.66% | - |
| HSV(B) | 293.39º | 0.55% | 0.91% | - |
| XYZ | 48.53 | 30.83 | 79.74 | - |
| YUV | 153.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 232 | 0.06 | 0.55 | 0 | 0.09 | 293.39 | 0.73 | 0.66 |
| Hex | DA | 69 | E8 | 6 | 37 | 0 | 9 | 125 | 49 | 42 |
| Octal | 332 | 151 | 350 | 6 | 67 | 0 | 11 | 445 | 111 | 102 |
| Binary | 11011010 | 1101001 | 11101000 | 110 | 110111 | 0 | 1001 | 100100101 | 1001001 | 1000010 |
Color Harmonies of #DA69E8
Complementary color
Monochromatic Colors of #DA69E8
Black with #DA69E8
Text Example
Text Example
White with #DA69E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69E8; }
p { color: rgb(218,105,232); }
H1.HeaderClassName
{
color: #DA69E8;
}
.AnyTagClassName
{
color: #DA69E8;
}
</style>
background-color css
<style>
a { background-color: #DA69E8; }
a { background-color: rgb(218,105,232); }
div.DivClassName
{
background-color: #DA69E8;
}
.BgClassName
{
background-color: #DA69E8;
}
</style>
border-color css
<style>
span { border-color: #DA69E8; }
span { border-color: rgb(218,105,232); }
td.TdClassName
{
border-color: #DA69E8;
}
.TagClassName
{
border-color: #DA69E8;
}
</style>