Shades of Orchid #DA70C4
Tints of Orchid #DA70C4
RGB
CMYK
RGB Variations
Color information
#DA70C4 (or 0xDA70C4) is known color: Orchid. HEX triplet: DA, 70 and C4. RGB value is (218,112,196). Sum of RGB (Red+Green+Blue) = 218+112+196=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70C4 is #258F3B. Grayscale: #999999. Windows color (decimal): -2461500 or 12873946. OLE color: 12873946.
HSL color Cylindrical-coordinate representation of color #DA70C4: hue angle of 312.45º 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 #DA70C4 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 196 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.15 |
| HSL | 312.45º | 0.59% | 0.65% | - |
| HSV(B) | 312.45º | 0.49% | 0.85% | - |
| XYZ | 44.67 | 30.48 | 55.75 | - |
| YUV | 153.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 196 | 0 | 0.49 | 0.10 | 0.15 | 312.45 | 0.59 | 0.65 |
| Hex | DA | 70 | C4 | 0 | 31 | A | F | 138 | 3B | 41 |
| Octal | 332 | 160 | 304 | 0 | 61 | 12 | 17 | 470 | 73 | 101 |
| Binary | 11011010 | 1110000 | 11000100 | 0 | 110001 | 1010 | 1111 | 100111000 | 111011 | 1000001 |
Color Harmonies of #DA70C4
Complementary color
Monochromatic Colors of #DA70C4
Black with #DA70C4
Text Example
Text Example
White with #DA70C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70C4; }
p { color: rgb(218,112,196); }
H1.HeaderClassName
{
color: #DA70C4;
}
.AnyTagClassName
{
color: #DA70C4;
}
</style>
background-color css
<style>
a { background-color: #DA70C4; }
a { background-color: rgb(218,112,196); }
div.DivClassName
{
background-color: #DA70C4;
}
.BgClassName
{
background-color: #DA70C4;
}
</style>
border-color css
<style>
span { border-color: #DA70C4; }
span { border-color: rgb(218,112,196); }
td.TdClassName
{
border-color: #DA70C4;
}
.TagClassName
{
border-color: #DA70C4;
}
</style>