Shades of Orchid #DA70C3
Tints of Orchid #DA70C3
RGB
CMYK
RGB Variations
Color information
#DA70C3 (or 0xDA70C3) is known color: Orchid. HEX triplet: DA, 70 and C3. RGB value is (218,112,195). Sum of RGB (Red+Green+Blue) = 218+112+195=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70C3 is #258F3C. Grayscale: #989898. Windows color (decimal): -2461501 or 12808410. OLE color: 12808410.
HSL color Cylindrical-coordinate representation of color #DA70C3: hue angle of 313.02º 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 #DA70C3 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 195 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.15 |
| HSL | 313.02º | 0.59% | 0.65% | - |
| HSV(B) | 313.02º | 0.49% | 0.85% | - |
| XYZ | 44.56 | 30.43 | 55.16 | - |
| YUV | 153.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 195 | 0 | 0.49 | 0.11 | 0.15 | 313.02 | 0.59 | 0.65 |
| Hex | DA | 70 | C3 | 0 | 31 | B | F | 139 | 3B | 41 |
| Octal | 332 | 160 | 303 | 0 | 61 | 13 | 17 | 471 | 73 | 101 |
| Binary | 11011010 | 1110000 | 11000011 | 0 | 110001 | 1011 | 1111 | 100111001 | 111011 | 1000001 |
Color Harmonies of #DA70C3
Complementary color
Monochromatic Colors of #DA70C3
Black with #DA70C3
Text Example
Text Example
White with #DA70C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70C3; }
p { color: rgb(218,112,195); }
H1.HeaderClassName
{
color: #DA70C3;
}
.AnyTagClassName
{
color: #DA70C3;
}
</style>
background-color css
<style>
a { background-color: #DA70C3; }
a { background-color: rgb(218,112,195); }
div.DivClassName
{
background-color: #DA70C3;
}
.BgClassName
{
background-color: #DA70C3;
}
</style>
border-color css
<style>
span { border-color: #DA70C3; }
span { border-color: rgb(218,112,195); }
td.TdClassName
{
border-color: #DA70C3;
}
.TagClassName
{
border-color: #DA70C3;
}
</style>