Shades of Orchid #DA6CE5
Tints of Orchid #DA6CE5
RGB
CMYK
RGB Variations
Color information
#DA6CE5 (or 0xDA6CE5) is known color: Orchid. HEX triplet: DA, 6C and E5. RGB value is (218,108,229). Sum of RGB (Red+Green+Blue) = 218+108+229=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA6CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CE5 is #25931A. Grayscale: #9A9A9A. Windows color (decimal): -2462491 or 15035610. OLE color: 15035610.
HSL color Cylindrical-coordinate representation of color #DA6CE5: hue angle of 294.55º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6CE5 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 108 | 229 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.10 |
| HSL | 294.55º | 0.7% | 0.66% | - |
| HSV(B) | 294.55º | 0.53% | 0.9% | - |
| XYZ | 48.42 | 31.29 | 77.62 | - |
| YUV | 154.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 229 | 0.05 | 0.53 | 0 | 0.10 | 294.55 | 0.7 | 0.66 |
| Hex | DA | 6C | E5 | 5 | 35 | 0 | A | 127 | 46 | 42 |
| Octal | 332 | 154 | 345 | 5 | 65 | 0 | 12 | 447 | 106 | 102 |
| Binary | 11011010 | 1101100 | 11100101 | 101 | 110101 | 0 | 1010 | 100100111 | 1000110 | 1000010 |
Color Harmonies of #DA6CE5
Complementary color
Monochromatic Colors of #DA6CE5
Black with #DA6CE5
Text Example
Text Example
White with #DA6CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CE5; }
p { color: rgb(218,108,229); }
H1.HeaderClassName
{
color: #DA6CE5;
}
.AnyTagClassName
{
color: #DA6CE5;
}
</style>
background-color css
<style>
a { background-color: #DA6CE5; }
a { background-color: rgb(218,108,229); }
div.DivClassName
{
background-color: #DA6CE5;
}
.BgClassName
{
background-color: #DA6CE5;
}
</style>
border-color css
<style>
span { border-color: #DA6CE5; }
span { border-color: rgb(218,108,229); }
td.TdClassName
{
border-color: #DA6CE5;
}
.TagClassName
{
border-color: #DA6CE5;
}
</style>