Shades of Orchid #DA70C7
Tints of Orchid #DA70C7
RGB
CMYK
RGB Variations
Color information
#DA70C7 (or 0xDA70C7) is known color: Orchid. HEX triplet: DA, 70 and C7. RGB value is (218,112,199). Sum of RGB (Red+Green+Blue) = 218+112+199=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70C7 is #258F38. Grayscale: #999999. Windows color (decimal): -2461497 or 13070554. OLE color: 13070554.
HSL color Cylindrical-coordinate representation of color #DA70C7: hue angle of 310.75º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70C7 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 199 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.15 |
| HSL | 310.75º | 0.59% | 0.65% | - |
| HSV(B) | 310.75º | 0.49% | 0.85% | - |
| XYZ | 45.02 | 30.62 | 57.57 | - |
| YUV | 153.61 | 153.62 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 199 | 0 | 0.49 | 0.09 | 0.15 | 310.75 | 0.59 | 0.65 |
| Hex | DA | 70 | C7 | 0 | 31 | 9 | F | 137 | 3B | 41 |
| Octal | 332 | 160 | 307 | 0 | 61 | 11 | 17 | 467 | 73 | 101 |
| Binary | 11011010 | 1110000 | 11000111 | 0 | 110001 | 1001 | 1111 | 100110111 | 111011 | 1000001 |
Color Harmonies of #DA70C7
Complementary color
Monochromatic Colors of #DA70C7
Black with #DA70C7
Text Example
Text Example
White with #DA70C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70C7; }
p { color: rgb(218,112,199); }
H1.HeaderClassName
{
color: #DA70C7;
}
.AnyTagClassName
{
color: #DA70C7;
}
</style>
background-color css
<style>
a { background-color: #DA70C7; }
a { background-color: rgb(218,112,199); }
div.DivClassName
{
background-color: #DA70C7;
}
.BgClassName
{
background-color: #DA70C7;
}
</style>
border-color css
<style>
span { border-color: #DA70C7; }
span { border-color: rgb(218,112,199); }
td.TdClassName
{
border-color: #DA70C7;
}
.TagClassName
{
border-color: #DA70C7;
}
</style>