Shades of Orchid #D470E6
Tints of Orchid #D470E6
RGB
CMYK
RGB Variations
Color information
#D470E6 (or 0xD470E6) is known color: Orchid. HEX triplet: D4, 70 and E6. RGB value is (212,112,230). Sum of RGB (Red+Green+Blue) = 212+112+230=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #D470E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470E6 is #2B8F19. Grayscale: #9A9A9A. Windows color (decimal): -2854682 or 15102164. OLE color: 15102164.
HSL color Cylindrical-coordinate representation of color #D470E6: hue angle of 290.85º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D470E6 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 112 | 230 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.10 |
| HSL | 290.85º | 0.7% | 0.67% | - |
| HSV(B) | 290.85º | 0.51% | 0.9% | - |
| XYZ | 47.23 | 31.3 | 78.41 | - |
| YUV | 155.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 230 | 0.08 | 0.51 | 0 | 0.10 | 290.85 | 0.7 | 0.67 |
| Hex | D4 | 70 | E6 | 8 | 33 | 0 | A | 123 | 46 | 43 |
| Octal | 324 | 160 | 346 | 10 | 63 | 0 | 12 | 443 | 106 | 103 |
| Binary | 11010100 | 1110000 | 11100110 | 1000 | 110011 | 0 | 1010 | 100100011 | 1000110 | 1000011 |
Color Harmonies of #D470E6
Complementary color
Monochromatic Colors of #D470E6
Black with #D470E6
Text Example
Text Example
White with #D470E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470E6; }
p { color: rgb(212,112,230); }
H1.HeaderClassName
{
color: #D470E6;
}
.AnyTagClassName
{
color: #D470E6;
}
</style>
background-color css
<style>
a { background-color: #D470E6; }
a { background-color: rgb(212,112,230); }
div.DivClassName
{
background-color: #D470E6;
}
.BgClassName
{
background-color: #D470E6;
}
</style>
border-color css
<style>
span { border-color: #D470E6; }
span { border-color: rgb(212,112,230); }
td.TdClassName
{
border-color: #D470E6;
}
.TagClassName
{
border-color: #D470E6;
}
</style>