Shades of Orchid #D575DA
Tints of Orchid #D575DA
RGB
CMYK
RGB Variations
Color information
#D575DA (or 0xD575DA) is known color: Orchid. HEX triplet: D5, 75 and DA. RGB value is (213,117,218). Sum of RGB (Red+Green+Blue) = 213+117+218=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #D575DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575DA is #2A8A25. Grayscale: #9C9C9C. Windows color (decimal): -2787878 or 14317013. OLE color: 14317013.
HSL color Cylindrical-coordinate representation of color #D575DA: hue angle of 297.03º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D575DA is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 117 | 218 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.15 |
| HSL | 297.03º | 0.58% | 0.66% | - |
| HSV(B) | 297.03º | 0.46% | 0.85% | - |
| XYZ | 46.46 | 31.93 | 70.04 | - |
| YUV | 157.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 218 | 0.02 | 0.46 | 0 | 0.15 | 297.03 | 0.58 | 0.66 |
| Hex | D5 | 75 | DA | 2 | 2E | 0 | F | 129 | 3A | 42 |
| Octal | 325 | 165 | 332 | 2 | 56 | 0 | 17 | 451 | 72 | 102 |
| Binary | 11010101 | 1110101 | 11011010 | 10 | 101110 | 0 | 1111 | 100101001 | 111010 | 1000010 |
Color Harmonies of #D575DA
Complementary color
Monochromatic Colors of #D575DA
Black with #D575DA
Text Example
Text Example
White with #D575DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575DA; }
p { color: rgb(213,117,218); }
H1.HeaderClassName
{
color: #D575DA;
}
.AnyTagClassName
{
color: #D575DA;
}
</style>
background-color css
<style>
a { background-color: #D575DA; }
a { background-color: rgb(213,117,218); }
div.DivClassName
{
background-color: #D575DA;
}
.BgClassName
{
background-color: #D575DA;
}
</style>
border-color css
<style>
span { border-color: #D575DA; }
span { border-color: rgb(213,117,218); }
td.TdClassName
{
border-color: #D575DA;
}
.TagClassName
{
border-color: #D575DA;
}
</style>