Shades of Orchid #D970E8
Tints of Orchid #D970E8
RGB
CMYK
RGB Variations
Color information
#D970E8 (or 0xD970E8) is known color: Orchid. HEX triplet: D9, 70 and E8. RGB value is (217,112,232). Sum of RGB (Red+Green+Blue) = 217+112+232=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #D970E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970E8 is #268F17. Grayscale: #9C9C9C. Windows color (decimal): -2527000 or 15233241. OLE color: 15233241.
HSL color Cylindrical-coordinate representation of color #D970E8: hue angle of 292.5º 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 #D970E8 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 112 | 232 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.09 |
| HSL | 292.5º | 0.72% | 0.67% | - |
| HSV(B) | 292.5º | 0.52% | 0.91% | - |
| XYZ | 48.97 | 32.17 | 79.97 | - |
| YUV | 157.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 232 | 0.06 | 0.52 | 0 | 0.09 | 292.5 | 0.72 | 0.67 |
| Hex | D9 | 70 | E8 | 6 | 34 | 0 | 9 | 124 | 48 | 43 |
| Octal | 331 | 160 | 350 | 6 | 64 | 0 | 11 | 444 | 110 | 103 |
| Binary | 11011001 | 1110000 | 11101000 | 110 | 110100 | 0 | 1001 | 100100100 | 1001000 | 1000011 |
Color Harmonies of #D970E8
Complementary color
Monochromatic Colors of #D970E8
Black with #D970E8
Text Example
Text Example
White with #D970E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970E8; }
p { color: rgb(217,112,232); }
H1.HeaderClassName
{
color: #D970E8;
}
.AnyTagClassName
{
color: #D970E8;
}
</style>
background-color css
<style>
a { background-color: #D970E8; }
a { background-color: rgb(217,112,232); }
div.DivClassName
{
background-color: #D970E8;
}
.BgClassName
{
background-color: #D970E8;
}
</style>
border-color css
<style>
span { border-color: #D970E8; }
span { border-color: rgb(217,112,232); }
td.TdClassName
{
border-color: #D970E8;
}
.TagClassName
{
border-color: #D970E8;
}
</style>