Shades of Orchid #D375BC
Tints of Orchid #D375BC
RGB
CMYK
RGB Variations
Color information
#D375BC (or 0xD375BC) is known color: Orchid. HEX triplet: D3, 75 and BC. RGB value is (211,117,188). Sum of RGB (Red+Green+Blue) = 211+117+188=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D375BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375BC is #2C8A43. Grayscale: #999999. Windows color (decimal): -2918980 or 12350931. OLE color: 12350931.
HSL color Cylindrical-coordinate representation of color #D375BC: hue angle of 314.68º 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 #D375BC is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 188 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.17 |
| HSL | 314.68º | 0.52% | 0.64% | - |
| HSV(B) | 314.68º | 0.45% | 0.83% | - |
| XYZ | 42.3 | 30.2 | 51.18 | - |
| YUV | 153.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 188 | 0 | 0.45 | 0.11 | 0.17 | 314.68 | 0.52 | 0.64 |
| Hex | D3 | 75 | BC | 0 | 2D | B | 11 | 13B | 34 | 40 |
| Octal | 323 | 165 | 274 | 0 | 55 | 13 | 21 | 473 | 64 | 100 |
| Binary | 11010011 | 1110101 | 10111100 | 0 | 101101 | 1011 | 10001 | 100111011 | 110100 | 1000000 |
Color Harmonies of #D375BC
Complementary color
Monochromatic Colors of #D375BC
Black with #D375BC
Text Example
Text Example
White with #D375BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375BC; }
p { color: rgb(211,117,188); }
H1.HeaderClassName
{
color: #D375BC;
}
.AnyTagClassName
{
color: #D375BC;
}
</style>
background-color css
<style>
a { background-color: #D375BC; }
a { background-color: rgb(211,117,188); }
div.DivClassName
{
background-color: #D375BC;
}
.BgClassName
{
background-color: #D375BC;
}
</style>
border-color css
<style>
span { border-color: #D375BC; }
span { border-color: rgb(211,117,188); }
td.TdClassName
{
border-color: #D375BC;
}
.TagClassName
{
border-color: #D375BC;
}
</style>