Shades of Orchid #D375DA
Tints of Orchid #D375DA
RGB
CMYK
RGB Variations
Color information
#D375DA (or 0xD375DA) is known color: Orchid. HEX triplet: D3, 75 and DA. RGB value is (211,117,218). Sum of RGB (Red+Green+Blue) = 211+117+218=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #D375DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375DA is #2C8A25. Grayscale: #9C9C9C. Windows color (decimal): -2918950 or 14317011. OLE color: 14317011.
HSL color Cylindrical-coordinate representation of color #D375DA: hue angle of 295.84º 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 #D375DA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 117 | 218 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.15 |
| HSL | 295.84º | 0.58% | 0.66% | - |
| HSV(B) | 295.84º | 0.46% | 0.85% | - |
| XYZ | 45.88 | 31.63 | 70.02 | - |
| YUV | 156.62 | 162.64 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 218 | 0.03 | 0.46 | 0 | 0.15 | 295.84 | 0.58 | 0.66 |
| Hex | D3 | 75 | DA | 3 | 2E | 0 | F | 128 | 3A | 42 |
| Octal | 323 | 165 | 332 | 3 | 56 | 0 | 17 | 450 | 72 | 102 |
| Binary | 11010011 | 1110101 | 11011010 | 11 | 101110 | 0 | 1111 | 100101000 | 111010 | 1000010 |
Color Harmonies of #D375DA
Complementary color
Monochromatic Colors of #D375DA
Black with #D375DA
Text Example
Text Example
White with #D375DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375DA; }
p { color: rgb(211,117,218); }
H1.HeaderClassName
{
color: #D375DA;
}
.AnyTagClassName
{
color: #D375DA;
}
</style>
background-color css
<style>
a { background-color: #D375DA; }
a { background-color: rgb(211,117,218); }
div.DivClassName
{
background-color: #D375DA;
}
.BgClassName
{
background-color: #D375DA;
}
</style>
border-color css
<style>
span { border-color: #D375DA; }
span { border-color: rgb(211,117,218); }
td.TdClassName
{
border-color: #D375DA;
}
.TagClassName
{
border-color: #D375DA;
}
</style>