Shades of Orchid #D470E8
Tints of Orchid #D470E8
RGB
CMYK
RGB Variations
Color information
#D470E8 (or 0xD470E8) is known color: Orchid. HEX triplet: D4, 70 and E8. RGB value is (212,112,232). Sum of RGB (Red+Green+Blue) = 212+112+232=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #D470E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470E8 is #2B8F17. Grayscale: #9B9B9B. Windows color (decimal): -2854680 or 15233236. OLE color: 15233236.
HSL color Cylindrical-coordinate representation of color #D470E8: hue angle of 290º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D470E8 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 112 | 232 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.09 |
| HSL | 290º | 0.72% | 0.67% | - |
| HSV(B) | 290º | 0.52% | 0.91% | - |
| XYZ | 47.51 | 31.41 | 79.9 | - |
| YUV | 155.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 232 | 0.09 | 0.52 | 0 | 0.09 | 290 | 0.72 | 0.67 |
| Hex | D4 | 70 | E8 | 9 | 34 | 0 | 9 | 122 | 48 | 43 |
| Octal | 324 | 160 | 350 | 11 | 64 | 0 | 11 | 442 | 110 | 103 |
| Binary | 11010100 | 1110000 | 11101000 | 1001 | 110100 | 0 | 1001 | 100100010 | 1001000 | 1000011 |
Color Harmonies of #D470E8
Complementary color
Monochromatic Colors of #D470E8
Black with #D470E8
Text Example
Text Example
White with #D470E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470E8; }
p { color: rgb(212,112,232); }
H1.HeaderClassName
{
color: #D470E8;
}
.AnyTagClassName
{
color: #D470E8;
}
</style>
background-color css
<style>
a { background-color: #D470E8; }
a { background-color: rgb(212,112,232); }
div.DivClassName
{
background-color: #D470E8;
}
.BgClassName
{
background-color: #D470E8;
}
</style>
border-color css
<style>
span { border-color: #D470E8; }
span { border-color: rgb(212,112,232); }
td.TdClassName
{
border-color: #D470E8;
}
.TagClassName
{
border-color: #D470E8;
}
</style>