Shades of Orchid #D575E6
Tints of Orchid #D575E6
RGB
CMYK
RGB Variations
Color information
#D575E6 (or 0xD575E6) is known color: Orchid. HEX triplet: D5, 75 and E6. RGB value is (213,117,230). Sum of RGB (Red+Green+Blue) = 213+117+230=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #D575E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D575E6 is #2A8A19. Grayscale: #9E9E9E. Windows color (decimal): -2787866 or 15103445. OLE color: 15103445.
HSL color Cylindrical-coordinate representation of color #D575E6: hue angle of 290.97º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D575E6 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 117 | 230 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.10 |
| HSL | 290.97º | 0.69% | 0.68% | - |
| HSV(B) | 290.97º | 0.49% | 0.9% | - |
| XYZ | 48.08 | 32.58 | 78.62 | - |
| YUV | 158.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 230 | 0.07 | 0.49 | 0 | 0.10 | 290.97 | 0.69 | 0.68 |
| Hex | D5 | 75 | E6 | 7 | 31 | 0 | A | 123 | 45 | 44 |
| Octal | 325 | 165 | 346 | 7 | 61 | 0 | 12 | 443 | 105 | 104 |
| Binary | 11010101 | 1110101 | 11100110 | 111 | 110001 | 0 | 1010 | 100100011 | 1000101 | 1000100 |
Color Harmonies of #D575E6
Complementary color
Monochromatic Colors of #D575E6
Black with #D575E6
Text Example
Text Example
White with #D575E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575E6; }
p { color: rgb(213,117,230); }
H1.HeaderClassName
{
color: #D575E6;
}
.AnyTagClassName
{
color: #D575E6;
}
</style>
background-color css
<style>
a { background-color: #D575E6; }
a { background-color: rgb(213,117,230); }
div.DivClassName
{
background-color: #D575E6;
}
.BgClassName
{
background-color: #D575E6;
}
</style>
border-color css
<style>
span { border-color: #D575E6; }
span { border-color: rgb(213,117,230); }
td.TdClassName
{
border-color: #D575E6;
}
.TagClassName
{
border-color: #D575E6;
}
</style>