Shades of Orchid #D375BF
Tints of Orchid #D375BF
RGB
CMYK
RGB Variations
Color information
#D375BF (or 0xD375BF) is known color: Orchid. HEX triplet: D3, 75 and BF. RGB value is (211,117,191). Sum of RGB (Red+Green+Blue) = 211+117+191=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D375BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375BF is #2C8A40. Grayscale: #999999. Windows color (decimal): -2918977 or 12547539. OLE color: 12547539.
HSL color Cylindrical-coordinate representation of color #D375BF: hue angle of 312.77º 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 #D375BF is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 191 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.17 |
| HSL | 312.77º | 0.52% | 0.64% | - |
| HSV(B) | 312.77º | 0.45% | 0.83% | - |
| XYZ | 42.63 | 30.33 | 52.9 | - |
| YUV | 153.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 191 | 0 | 0.45 | 0.09 | 0.17 | 312.77 | 0.52 | 0.64 |
| Hex | D3 | 75 | BF | 0 | 2D | 9 | 11 | 139 | 34 | 40 |
| Octal | 323 | 165 | 277 | 0 | 55 | 11 | 21 | 471 | 64 | 100 |
| Binary | 11010011 | 1110101 | 10111111 | 0 | 101101 | 1001 | 10001 | 100111001 | 110100 | 1000000 |
Color Harmonies of #D375BF
Complementary color
Monochromatic Colors of #D375BF
Black with #D375BF
Text Example
Text Example
White with #D375BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375BF; }
p { color: rgb(211,117,191); }
H1.HeaderClassName
{
color: #D375BF;
}
.AnyTagClassName
{
color: #D375BF;
}
</style>
background-color css
<style>
a { background-color: #D375BF; }
a { background-color: rgb(211,117,191); }
div.DivClassName
{
background-color: #D375BF;
}
.BgClassName
{
background-color: #D375BF;
}
</style>
border-color css
<style>
span { border-color: #D375BF; }
span { border-color: rgb(211,117,191); }
td.TdClassName
{
border-color: #D375BF;
}
.TagClassName
{
border-color: #D375BF;
}
</style>