Shades of Orchid #D470E7
Tints of Orchid #D470E7
RGB
CMYK
RGB Variations
Color information
#D470E7 (or 0xD470E7) is known color: Orchid. HEX triplet: D4, 70 and E7. RGB value is (212,112,231). Sum of RGB (Red+Green+Blue) = 212+112+231=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #D470E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470E7 is #2B8F18. Grayscale: #9B9B9B. Windows color (decimal): -2854681 or 15167700. OLE color: 15167700.
HSL color Cylindrical-coordinate representation of color #D470E7: hue angle of 290.42º degrees, saturation: 0.71, 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 #D470E7 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 112 | 231 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.09 |
| HSL | 290.42º | 0.71% | 0.67% | - |
| HSV(B) | 290.42º | 0.52% | 0.91% | - |
| XYZ | 47.37 | 31.35 | 79.16 | - |
| YUV | 155.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 231 | 0.08 | 0.52 | 0 | 0.09 | 290.42 | 0.71 | 0.67 |
| Hex | D4 | 70 | E7 | 8 | 34 | 0 | 9 | 122 | 47 | 43 |
| Octal | 324 | 160 | 347 | 10 | 64 | 0 | 11 | 442 | 107 | 103 |
| Binary | 11010100 | 1110000 | 11100111 | 1000 | 110100 | 0 | 1001 | 100100010 | 1000111 | 1000011 |
Color Harmonies of #D470E7
Complementary color
Monochromatic Colors of #D470E7
Black with #D470E7
Text Example
Text Example
White with #D470E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470E7; }
p { color: rgb(212,112,231); }
H1.HeaderClassName
{
color: #D470E7;
}
.AnyTagClassName
{
color: #D470E7;
}
</style>
background-color css
<style>
a { background-color: #D470E7; }
a { background-color: rgb(212,112,231); }
div.DivClassName
{
background-color: #D470E7;
}
.BgClassName
{
background-color: #D470E7;
}
</style>
border-color css
<style>
span { border-color: #D470E7; }
span { border-color: rgb(212,112,231); }
td.TdClassName
{
border-color: #D470E7;
}
.TagClassName
{
border-color: #D470E7;
}
</style>