Shades of Orchid #DA7EC8
Tints of Orchid #DA7EC8
RGB
CMYK
RGB Variations
Color information
#DA7EC8 (or 0xDA7EC8) is known color: Orchid. HEX triplet: DA, 7E and C8. RGB value is (218,126,200). Sum of RGB (Red+Green+Blue) = 218+126+200=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EC8 is #258137. Grayscale: #A1A1A1. Windows color (decimal): -2457912 or 13139674. OLE color: 13139674.
HSL color Cylindrical-coordinate representation of color #DA7EC8: hue angle of 311.74º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7EC8 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 126 | 200 | - |
CMYK | 0 | 0.42 | 0.08 | 0.15 |
HSL | 311.74º | 0.55% | 0.67% | - |
HSV(B) | 311.74º | 0.42% | 0.85% | - |
XYZ | 46.8 | 34 | 58.74 | - |
YUV | 161.94 | 149.48 | 167.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 126 | 200 | 0 | 0.42 | 0.08 | 0.15 | 311.74 | 0.55 | 0.67 |
Hex | DA | 7E | C8 | 0 | 2A | 8 | F | 138 | 37 | 43 |
Octal | 332 | 176 | 310 | 0 | 52 | 10 | 17 | 470 | 67 | 103 |
Binary | 11011010 | 1111110 | 11001000 | 0 | 101010 | 1000 | 1111 | 100111000 | 110111 | 1000011 |
Color Harmonies of #DA7EC8
Complementary color
Monochromatic Colors of #DA7EC8
Black with #DA7EC8
Text Example
Text Example
White with #DA7EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7EC8; }
p { color: rgb(218,126,200); }
H1.HeaderClassName
{
color: #DA7EC8;
}
.AnyTagClassName
{
color: #DA7EC8;
}
</style>
background-color css
<style>
a { background-color: #DA7EC8; }
a { background-color: rgb(218,126,200); }
div.DivClassName
{
background-color: #DA7EC8;
}
.BgClassName
{
background-color: #DA7EC8;
}
</style>
border-color css
<style>
span { border-color: #DA7EC8; }
span { border-color: rgb(218,126,200); }
td.TdClassName
{
border-color: #DA7EC8;
}
.TagClassName
{
border-color: #DA7EC8;
}
</style>