Shades of Orchid #D574E6
Tints of Orchid #D574E6
RGB
CMYK
RGB Variations
Color information
#D574E6 (or 0xD574E6) is known color: Orchid. HEX triplet: D5, 74 and E6. RGB value is (213,116,230). Sum of RGB (Red+Green+Blue) = 213+116+230=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #D574E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D574E6 is #2A8B19. Grayscale: #9D9D9D. Windows color (decimal): -2788122 or 15103189. OLE color: 15103189.
HSL color Cylindrical-coordinate representation of color #D574E6: hue angle of 291.05º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D574E6 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 116 | 230 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.10 |
| HSL | 291.05º | 0.7% | 0.68% | - |
| HSV(B) | 291.05º | 0.5% | 0.9% | - |
| XYZ | 47.97 | 32.35 | 78.58 | - |
| YUV | 158 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 230 | 0.07 | 0.50 | 0 | 0.10 | 291.05 | 0.7 | 0.68 |
| Hex | D5 | 74 | E6 | 7 | 32 | 0 | A | 123 | 46 | 44 |
| Octal | 325 | 164 | 346 | 7 | 62 | 0 | 12 | 443 | 106 | 104 |
| Binary | 11010101 | 1110100 | 11100110 | 111 | 110010 | 0 | 1010 | 100100011 | 1000110 | 1000100 |
Color Harmonies of #D574E6
Complementary color
Monochromatic Colors of #D574E6
Black with #D574E6
Text Example
Text Example
White with #D574E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574E6; }
p { color: rgb(213,116,230); }
H1.HeaderClassName
{
color: #D574E6;
}
.AnyTagClassName
{
color: #D574E6;
}
</style>
background-color css
<style>
a { background-color: #D574E6; }
a { background-color: rgb(213,116,230); }
div.DivClassName
{
background-color: #D574E6;
}
.BgClassName
{
background-color: #D574E6;
}
</style>
border-color css
<style>
span { border-color: #D574E6; }
span { border-color: rgb(213,116,230); }
td.TdClassName
{
border-color: #D574E6;
}
.TagClassName
{
border-color: #D574E6;
}
</style>