Shades of Orchid #D470DA
Tints of Orchid #D470DA
RGB
CMYK
RGB Variations
Color information
#D470DA (or 0xD470DA) is known color: Orchid. HEX triplet: D4, 70 and DA. RGB value is (212,112,218). Sum of RGB (Red+Green+Blue) = 212+112+218=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #D470DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470DA is #2B8F25. Grayscale: #999999. Windows color (decimal): -2854694 or 14315732. OLE color: 14315732.
HSL color Cylindrical-coordinate representation of color #D470DA: hue angle of 296.6º 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 #D470DA is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 112 | 218 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.15 |
| HSL | 296.6º | 0.59% | 0.65% | - |
| HSV(B) | 296.6º | 0.49% | 0.85% | - |
| XYZ | 45.6 | 30.65 | 69.84 | - |
| YUV | 153.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 218 | 0.03 | 0.49 | 0 | 0.15 | 296.6 | 0.59 | 0.65 |
| Hex | D4 | 70 | DA | 3 | 31 | 0 | F | 129 | 3B | 41 |
| Octal | 324 | 160 | 332 | 3 | 61 | 0 | 17 | 451 | 73 | 101 |
| Binary | 11010100 | 1110000 | 11011010 | 11 | 110001 | 0 | 1111 | 100101001 | 111011 | 1000001 |
Color Harmonies of #D470DA
Complementary color
Monochromatic Colors of #D470DA
Black with #D470DA
Text Example
Text Example
White with #D470DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470DA; }
p { color: rgb(212,112,218); }
H1.HeaderClassName
{
color: #D470DA;
}
.AnyTagClassName
{
color: #D470DA;
}
</style>
background-color css
<style>
a { background-color: #D470DA; }
a { background-color: rgb(212,112,218); }
div.DivClassName
{
background-color: #D470DA;
}
.BgClassName
{
background-color: #D470DA;
}
</style>
border-color css
<style>
span { border-color: #D470DA; }
span { border-color: rgb(212,112,218); }
td.TdClassName
{
border-color: #D470DA;
}
.TagClassName
{
border-color: #D470DA;
}
</style>