Shades of Orchid #DA70C2
Tints of Orchid #DA70C2
RGB
CMYK
RGB Variations
Color information
#DA70C2 (or 0xDA70C2) is known color: Orchid. HEX triplet: DA, 70 and C2. RGB value is (218,112,194). Sum of RGB (Red+Green+Blue) = 218+112+194=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70C2 is #258F3D. Grayscale: #989898. Windows color (decimal): -2461502 or 12742874. OLE color: 12742874.
HSL color Cylindrical-coordinate representation of color #DA70C2: hue angle of 313.58º 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 #DA70C2 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 194 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.15 |
| HSL | 313.58º | 0.59% | 0.65% | - |
| HSV(B) | 313.58º | 0.49% | 0.85% | - |
| XYZ | 44.45 | 30.39 | 54.56 | - |
| YUV | 153.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 194 | 0 | 0.49 | 0.11 | 0.15 | 313.58 | 0.59 | 0.65 |
| Hex | DA | 70 | C2 | 0 | 31 | B | F | 13A | 3B | 41 |
| Octal | 332 | 160 | 302 | 0 | 61 | 13 | 17 | 472 | 73 | 101 |
| Binary | 11011010 | 1110000 | 11000010 | 0 | 110001 | 1011 | 1111 | 100111010 | 111011 | 1000001 |
Color Harmonies of #DA70C2
Complementary color
Monochromatic Colors of #DA70C2
Black with #DA70C2
Text Example
Text Example
White with #DA70C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70C2; }
p { color: rgb(218,112,194); }
H1.HeaderClassName
{
color: #DA70C2;
}
.AnyTagClassName
{
color: #DA70C2;
}
</style>
background-color css
<style>
a { background-color: #DA70C2; }
a { background-color: rgb(218,112,194); }
div.DivClassName
{
background-color: #DA70C2;
}
.BgClassName
{
background-color: #DA70C2;
}
</style>
border-color css
<style>
span { border-color: #DA70C2; }
span { border-color: rgb(218,112,194); }
td.TdClassName
{
border-color: #DA70C2;
}
.TagClassName
{
border-color: #DA70C2;
}
</style>