Shades of Orchid #D375DD
Tints of Orchid #D375DD
RGB
CMYK
RGB Variations
Color information
#D375DD (or 0xD375DD) is known color: Orchid. HEX triplet: D3, 75 and DD. RGB value is (211,117,221). Sum of RGB (Red+Green+Blue) = 211+117+221=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #D375DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375DD is #2C8A22. Grayscale: #9C9C9C. Windows color (decimal): -2918947 or 14513619. OLE color: 14513619.
HSL color Cylindrical-coordinate representation of color #D375DD: hue angle of 294.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D375DD is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 117 | 221 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.13 |
| HSL | 294.23º | 0.6% | 0.66% | - |
| HSV(B) | 294.23º | 0.47% | 0.87% | - |
| XYZ | 46.28 | 31.79 | 72.1 | - |
| YUV | 156.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 221 | 0.05 | 0.47 | 0 | 0.13 | 294.23 | 0.6 | 0.66 |
| Hex | D3 | 75 | DD | 5 | 2F | 0 | D | 126 | 3C | 42 |
| Octal | 323 | 165 | 335 | 5 | 57 | 0 | 15 | 446 | 74 | 102 |
| Binary | 11010011 | 1110101 | 11011101 | 101 | 101111 | 0 | 1101 | 100100110 | 111100 | 1000010 |
Color Harmonies of #D375DD
Complementary color
Monochromatic Colors of #D375DD
Black with #D375DD
Text Example
Text Example
White with #D375DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375DD; }
p { color: rgb(211,117,221); }
H1.HeaderClassName
{
color: #D375DD;
}
.AnyTagClassName
{
color: #D375DD;
}
</style>
background-color css
<style>
a { background-color: #D375DD; }
a { background-color: rgb(211,117,221); }
div.DivClassName
{
background-color: #D375DD;
}
.BgClassName
{
background-color: #D375DD;
}
</style>
border-color css
<style>
span { border-color: #D375DD; }
span { border-color: rgb(211,117,221); }
td.TdClassName
{
border-color: #D375DD;
}
.TagClassName
{
border-color: #D375DD;
}
</style>