Shades of Orchid #DA6FE3
Tints of Orchid #DA6FE3
RGB
CMYK
RGB Variations
Color information
#DA6FE3 (or 0xDA6FE3) is known color: Orchid. HEX triplet: DA, 6F and E3. RGB value is (218,111,227). Sum of RGB (Red+Green+Blue) = 218+111+227=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 227 (89.06% from 255 or 40.83% from 556); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA6FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FE3 is #25901C. Grayscale: #9B9B9B. Windows color (decimal): -2461725 or 14905306. OLE color: 14905306.
HSL color Cylindrical-coordinate representation of color #DA6FE3: hue angle of 295.34º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6FE3 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 111 | 227 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.11 |
| HSL | 295.34º | 0.67% | 0.66% | - |
| HSV(B) | 295.34º | 0.51% | 0.89% | - |
| XYZ | 48.46 | 31.82 | 76.26 | - |
| YUV | 156.22 | 167.95 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 227 | 0.04 | 0.51 | 0 | 0.11 | 295.34 | 0.67 | 0.66 |
| Hex | DA | 6F | E3 | 4 | 33 | 0 | B | 127 | 43 | 42 |
| Octal | 332 | 157 | 343 | 4 | 63 | 0 | 13 | 447 | 103 | 102 |
| Binary | 11011010 | 1101111 | 11100011 | 100 | 110011 | 0 | 1011 | 100100111 | 1000011 | 1000010 |
Color Harmonies of #DA6FE3
Complementary color
Monochromatic Colors of #DA6FE3
Black with #DA6FE3
Text Example
Text Example
White with #DA6FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FE3; }
p { color: rgb(218,111,227); }
H1.HeaderClassName
{
color: #DA6FE3;
}
.AnyTagClassName
{
color: #DA6FE3;
}
</style>
background-color css
<style>
a { background-color: #DA6FE3; }
a { background-color: rgb(218,111,227); }
div.DivClassName
{
background-color: #DA6FE3;
}
.BgClassName
{
background-color: #DA6FE3;
}
</style>
border-color css
<style>
span { border-color: #DA6FE3; }
span { border-color: rgb(218,111,227); }
td.TdClassName
{
border-color: #DA6FE3;
}
.TagClassName
{
border-color: #DA6FE3;
}
</style>