Shades of Orchid #DA6FE7
Tints of Orchid #DA6FE7
RGB
CMYK
RGB Variations
Color information
#DA6FE7 (or 0xDA6FE7) is known color: Orchid. HEX triplet: DA, 6F and E7. RGB value is (218,111,231). Sum of RGB (Red+Green+Blue) = 218+111+231=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA6FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6FE7 is #259018. Grayscale: #9C9C9C. Windows color (decimal): -2461721 or 15167450. OLE color: 15167450.
HSL color Cylindrical-coordinate representation of color #DA6FE7: hue angle of 293.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6FE7 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 111 | 231 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.09 |
| HSL | 293.5º | 0.71% | 0.67% | - |
| HSV(B) | 293.5º | 0.52% | 0.91% | - |
| XYZ | 49.02 | 32.04 | 79.2 | - |
| YUV | 156.67 | 169.95 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 231 | 0.06 | 0.52 | 0 | 0.09 | 293.5 | 0.71 | 0.67 |
| Hex | DA | 6F | E7 | 6 | 34 | 0 | 9 | 126 | 47 | 43 |
| Octal | 332 | 157 | 347 | 6 | 64 | 0 | 11 | 446 | 107 | 103 |
| Binary | 11011010 | 1101111 | 11100111 | 110 | 110100 | 0 | 1001 | 100100110 | 1000111 | 1000011 |
Color Harmonies of #DA6FE7
Complementary color
Monochromatic Colors of #DA6FE7
Black with #DA6FE7
Text Example
Text Example
White with #DA6FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FE7; }
p { color: rgb(218,111,231); }
H1.HeaderClassName
{
color: #DA6FE7;
}
.AnyTagClassName
{
color: #DA6FE7;
}
</style>
background-color css
<style>
a { background-color: #DA6FE7; }
a { background-color: rgb(218,111,231); }
div.DivClassName
{
background-color: #DA6FE7;
}
.BgClassName
{
background-color: #DA6FE7;
}
</style>
border-color css
<style>
span { border-color: #DA6FE7; }
span { border-color: rgb(218,111,231); }
td.TdClassName
{
border-color: #DA6FE7;
}
.TagClassName
{
border-color: #DA6FE7;
}
</style>