Shades of Orchid #D576E7
Tints of Orchid #D576E7
RGB
CMYK
RGB Variations
Color information
#D576E7 (or 0xD576E7) is known color: Orchid. HEX triplet: D5, 76 and E7. RGB value is (213,118,231). Sum of RGB (Red+Green+Blue) = 213+118+231=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #D576E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D576E7 is #2A8918. Grayscale: #9E9E9E. Windows color (decimal): -2787609 or 15169237. OLE color: 15169237.
HSL color Cylindrical-coordinate representation of color #D576E7: hue angle of 290.44º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D576E7 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 118 | 231 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.09 |
| HSL | 290.44º | 0.7% | 0.68% | - |
| HSV(B) | 290.44º | 0.49% | 0.91% | - |
| XYZ | 48.34 | 32.87 | 79.4 | - |
| YUV | 159.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 231 | 0.08 | 0.49 | 0 | 0.09 | 290.44 | 0.7 | 0.68 |
| Hex | D5 | 76 | E7 | 8 | 31 | 0 | 9 | 122 | 46 | 44 |
| Octal | 325 | 166 | 347 | 10 | 61 | 0 | 11 | 442 | 106 | 104 |
| Binary | 11010101 | 1110110 | 11100111 | 1000 | 110001 | 0 | 1001 | 100100010 | 1000110 | 1000100 |
Color Harmonies of #D576E7
Complementary color
Monochromatic Colors of #D576E7
Black with #D576E7
Text Example
Text Example
White with #D576E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D576E7; }
p { color: rgb(213,118,231); }
H1.HeaderClassName
{
color: #D576E7;
}
.AnyTagClassName
{
color: #D576E7;
}
</style>
background-color css
<style>
a { background-color: #D576E7; }
a { background-color: rgb(213,118,231); }
div.DivClassName
{
background-color: #D576E7;
}
.BgClassName
{
background-color: #D576E7;
}
</style>
border-color css
<style>
span { border-color: #D576E7; }
span { border-color: rgb(213,118,231); }
td.TdClassName
{
border-color: #D576E7;
}
.TagClassName
{
border-color: #D576E7;
}
</style>