Shades of Orchid #D575DB
Tints of Orchid #D575DB
RGB
CMYK
RGB Variations
Color information
#D575DB (or 0xD575DB) is known color: Orchid. HEX triplet: D5, 75 and DB. RGB value is (213,117,219). Sum of RGB (Red+Green+Blue) = 213+117+219=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #D575DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575DB is #2A8A24. Grayscale: #9D9D9D. Windows color (decimal): -2787877 or 14382549. OLE color: 14382549.
HSL color Cylindrical-coordinate representation of color #D575DB: hue angle of 296.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D575DB is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 117 | 219 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.14 |
| HSL | 296.47º | 0.59% | 0.66% | - |
| HSV(B) | 296.47º | 0.47% | 0.86% | - |
| XYZ | 46.59 | 31.98 | 70.74 | - |
| YUV | 157.33 | 162.8 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 219 | 0.03 | 0.47 | 0 | 0.14 | 296.47 | 0.59 | 0.66 |
| Hex | D5 | 75 | DB | 3 | 2F | 0 | E | 128 | 3B | 42 |
| Octal | 325 | 165 | 333 | 3 | 57 | 0 | 16 | 450 | 73 | 102 |
| Binary | 11010101 | 1110101 | 11011011 | 11 | 101111 | 0 | 1110 | 100101000 | 111011 | 1000010 |
Color Harmonies of #D575DB
Complementary color
Monochromatic Colors of #D575DB
Black with #D575DB
Text Example
Text Example
White with #D575DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575DB; }
p { color: rgb(213,117,219); }
H1.HeaderClassName
{
color: #D575DB;
}
.AnyTagClassName
{
color: #D575DB;
}
</style>
background-color css
<style>
a { background-color: #D575DB; }
a { background-color: rgb(213,117,219); }
div.DivClassName
{
background-color: #D575DB;
}
.BgClassName
{
background-color: #D575DB;
}
</style>
border-color css
<style>
span { border-color: #D575DB; }
span { border-color: rgb(213,117,219); }
td.TdClassName
{
border-color: #D575DB;
}
.TagClassName
{
border-color: #D575DB;
}
</style>