Shades of Orchid #D375BD
Tints of Orchid #D375BD
RGB
CMYK
RGB Variations
Color information
#D375BD (or 0xD375BD) is known color: Orchid. HEX triplet: D3, 75 and BD. RGB value is (211,117,189). Sum of RGB (Red+Green+Blue) = 211+117+189=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D375BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375BD is #2C8A42. Grayscale: #999999. Windows color (decimal): -2918979 or 12416467. OLE color: 12416467.
HSL color Cylindrical-coordinate representation of color #D375BD: hue angle of 314.04º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D375BD is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 189 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.17 |
| HSL | 314.04º | 0.52% | 0.64% | - |
| HSV(B) | 314.04º | 0.45% | 0.83% | - |
| XYZ | 42.41 | 30.25 | 51.75 | - |
| YUV | 153.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 189 | 0 | 0.45 | 0.10 | 0.17 | 314.04 | 0.52 | 0.64 |
| Hex | D3 | 75 | BD | 0 | 2D | A | 11 | 13A | 34 | 40 |
| Octal | 323 | 165 | 275 | 0 | 55 | 12 | 21 | 472 | 64 | 100 |
| Binary | 11010011 | 1110101 | 10111101 | 0 | 101101 | 1010 | 10001 | 100111010 | 110100 | 1000000 |
Color Harmonies of #D375BD
Complementary color
Monochromatic Colors of #D375BD
Black with #D375BD
Text Example
Text Example
White with #D375BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375BD; }
p { color: rgb(211,117,189); }
H1.HeaderClassName
{
color: #D375BD;
}
.AnyTagClassName
{
color: #D375BD;
}
</style>
background-color css
<style>
a { background-color: #D375BD; }
a { background-color: rgb(211,117,189); }
div.DivClassName
{
background-color: #D375BD;
}
.BgClassName
{
background-color: #D375BD;
}
</style>
border-color css
<style>
span { border-color: #D375BD; }
span { border-color: rgb(211,117,189); }
td.TdClassName
{
border-color: #D375BD;
}
.TagClassName
{
border-color: #D375BD;
}
</style>