Shades of Orchid #D570E7
Tints of Orchid #D570E7
RGB
CMYK
RGB Variations
Color information
#D570E7 (or 0xD570E7) is known color: Orchid. HEX triplet: D5, 70 and E7. RGB value is (213,112,231). Sum of RGB (Red+Green+Blue) = 213+112+231=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #D570E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D570E7 is #2A8F18. Grayscale: #9B9B9B. Windows color (decimal): -2789145 or 15167701. OLE color: 15167701.
HSL color Cylindrical-coordinate representation of color #D570E7: hue angle of 290.92º 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 #D570E7 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 112 | 231 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.09 |
| HSL | 290.92º | 0.71% | 0.67% | - |
| HSV(B) | 290.92º | 0.52% | 0.91% | - |
| XYZ | 47.66 | 31.5 | 79.17 | - |
| YUV | 155.77 | 170.46 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 231 | 0.08 | 0.52 | 0 | 0.09 | 290.92 | 0.71 | 0.67 |
| Hex | D5 | 70 | E7 | 8 | 34 | 0 | 9 | 123 | 47 | 43 |
| Octal | 325 | 160 | 347 | 10 | 64 | 0 | 11 | 443 | 107 | 103 |
| Binary | 11010101 | 1110000 | 11100111 | 1000 | 110100 | 0 | 1001 | 100100011 | 1000111 | 1000011 |
Color Harmonies of #D570E7
Complementary color
Monochromatic Colors of #D570E7
Black with #D570E7
Text Example
Text Example
White with #D570E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570E7; }
p { color: rgb(213,112,231); }
H1.HeaderClassName
{
color: #D570E7;
}
.AnyTagClassName
{
color: #D570E7;
}
</style>
background-color css
<style>
a { background-color: #D570E7; }
a { background-color: rgb(213,112,231); }
div.DivClassName
{
background-color: #D570E7;
}
.BgClassName
{
background-color: #D570E7;
}
</style>
border-color css
<style>
span { border-color: #D570E7; }
span { border-color: rgb(213,112,231); }
td.TdClassName
{
border-color: #D570E7;
}
.TagClassName
{
border-color: #D570E7;
}
</style>