Shades of Orchid #DA7FC8
Tints of Orchid #DA7FC8
RGB
CMYK
RGB Variations
Color information
#DA7FC8 (or 0xDA7FC8) is known color: Orchid. HEX triplet: DA, 7F and C8. RGB value is (218,127,200). Sum of RGB (Red+Green+Blue) = 218+127+200=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FC8 is #258037. Grayscale: #A2A2A2. Windows color (decimal): -2457656 or 13139930. OLE color: 13139930.
HSL color Cylindrical-coordinate representation of color #DA7FC8: hue angle of 311.87º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FC8 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 200 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.15 |
| HSL | 311.87º | 0.55% | 0.68% | - |
| HSV(B) | 311.87º | 0.42% | 0.85% | - |
| XYZ | 46.93 | 34.25 | 58.78 | - |
| YUV | 162.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 200 | 0 | 0.42 | 0.08 | 0.15 | 311.87 | 0.55 | 0.68 |
| Hex | DA | 7F | C8 | 0 | 2A | 8 | F | 138 | 37 | 44 |
| Octal | 332 | 177 | 310 | 0 | 52 | 10 | 17 | 470 | 67 | 104 |
| Binary | 11011010 | 1111111 | 11001000 | 0 | 101010 | 1000 | 1111 | 100111000 | 110111 | 1000100 |
Color Harmonies of #DA7FC8
Complementary color
Monochromatic Colors of #DA7FC8
Black with #DA7FC8
Text Example
Text Example
White with #DA7FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7FC8; }
p { color: rgb(218,127,200); }
H1.HeaderClassName
{
color: #DA7FC8;
}
.AnyTagClassName
{
color: #DA7FC8;
}
</style>
background-color css
<style>
a { background-color: #DA7FC8; }
a { background-color: rgb(218,127,200); }
div.DivClassName
{
background-color: #DA7FC8;
}
.BgClassName
{
background-color: #DA7FC8;
}
</style>
border-color css
<style>
span { border-color: #DA7FC8; }
span { border-color: rgb(218,127,200); }
td.TdClassName
{
border-color: #DA7FC8;
}
.TagClassName
{
border-color: #DA7FC8;
}
</style>