Shades of Orchid #DA6CE1
Tints of Orchid #DA6CE1
RGB
CMYK
RGB Variations
Color information
#DA6CE1 (or 0xDA6CE1) is known color: Orchid. HEX triplet: DA, 6C and E1. RGB value is (218,108,225). Sum of RGB (Red+Green+Blue) = 218+108+225=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA6CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CE1 is #25931E. Grayscale: #999999. Windows color (decimal): -2462495 or 14773466. OLE color: 14773466.
HSL color Cylindrical-coordinate representation of color #DA6CE1: hue angle of 296.41º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6CE1 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 108 | 225 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.12 |
| HSL | 296.41º | 0.66% | 0.65% | - |
| HSV(B) | 296.41º | 0.52% | 0.88% | - |
| XYZ | 47.87 | 31.07 | 74.71 | - |
| YUV | 154.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 225 | 0.03 | 0.52 | 0 | 0.12 | 296.41 | 0.66 | 0.65 |
| Hex | DA | 6C | E1 | 3 | 34 | 0 | C | 128 | 42 | 41 |
| Octal | 332 | 154 | 341 | 3 | 64 | 0 | 14 | 450 | 102 | 101 |
| Binary | 11011010 | 1101100 | 11100001 | 11 | 110100 | 0 | 1100 | 100101000 | 1000010 | 1000001 |
Color Harmonies of #DA6CE1
Complementary color
Monochromatic Colors of #DA6CE1
Black with #DA6CE1
Text Example
Text Example
White with #DA6CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CE1; }
p { color: rgb(218,108,225); }
H1.HeaderClassName
{
color: #DA6CE1;
}
.AnyTagClassName
{
color: #DA6CE1;
}
</style>
background-color css
<style>
a { background-color: #DA6CE1; }
a { background-color: rgb(218,108,225); }
div.DivClassName
{
background-color: #DA6CE1;
}
.BgClassName
{
background-color: #DA6CE1;
}
</style>
border-color css
<style>
span { border-color: #DA6CE1; }
span { border-color: rgb(218,108,225); }
td.TdClassName
{
border-color: #DA6CE1;
}
.TagClassName
{
border-color: #DA6CE1;
}
</style>