Shades of Orchid #D575E0
Tints of Orchid #D575E0
RGB
CMYK
RGB Variations
Color information
#D575E0 (or 0xD575E0) is known color: Orchid. HEX triplet: D5, 75 and E0. RGB value is (213,117,224). Sum of RGB (Red+Green+Blue) = 213+117+224=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #D575E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575E0 is #2A8A1F. Grayscale: #9D9D9D. Windows color (decimal): -2787872 or 14710229. OLE color: 14710229.
HSL color Cylindrical-coordinate representation of color #D575E0: hue angle of 293.83º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D575E0 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 117 | 224 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.12 |
| HSL | 293.83º | 0.63% | 0.67% | - |
| HSV(B) | 293.83º | 0.48% | 0.88% | - |
| XYZ | 47.26 | 32.25 | 74.26 | - |
| YUV | 157.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 224 | 0.05 | 0.48 | 0 | 0.12 | 293.83 | 0.63 | 0.67 |
| Hex | D5 | 75 | E0 | 5 | 30 | 0 | C | 126 | 3F | 43 |
| Octal | 325 | 165 | 340 | 5 | 60 | 0 | 14 | 446 | 77 | 103 |
| Binary | 11010101 | 1110101 | 11100000 | 101 | 110000 | 0 | 1100 | 100100110 | 111111 | 1000011 |
Color Harmonies of #D575E0
Complementary color
Monochromatic Colors of #D575E0
Black with #D575E0
Text Example
Text Example
White with #D575E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575E0; }
p { color: rgb(213,117,224); }
H1.HeaderClassName
{
color: #D575E0;
}
.AnyTagClassName
{
color: #D575E0;
}
</style>
background-color css
<style>
a { background-color: #D575E0; }
a { background-color: rgb(213,117,224); }
div.DivClassName
{
background-color: #D575E0;
}
.BgClassName
{
background-color: #D575E0;
}
</style>
border-color css
<style>
span { border-color: #D575E0; }
span { border-color: rgb(213,117,224); }
td.TdClassName
{
border-color: #D575E0;
}
.TagClassName
{
border-color: #D575E0;
}
</style>