Shades of Orchid #D376CA
Tints of Orchid #D376CA
RGB
CMYK
RGB Variations
Color information
#D376CA (or 0xD376CA) is known color: Orchid. HEX triplet: D3, 76 and CA. RGB value is (211,118,202). Sum of RGB (Red+Green+Blue) = 211+118+202=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D376CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376CA is #2C8935. Grayscale: #9B9B9B. Windows color (decimal): -2918710 or 13268691. OLE color: 13268691.
HSL color Cylindrical-coordinate representation of color #D376CA: hue angle of 305.81º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D376CA is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 202 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.17 |
| HSL | 305.81º | 0.51% | 0.65% | - |
| HSV(B) | 305.81º | 0.44% | 0.83% | - |
| XYZ | 44 | 31.07 | 59.56 | - |
| YUV | 155.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 202 | 0 | 0.44 | 0.04 | 0.17 | 305.81 | 0.51 | 0.65 |
| Hex | D3 | 76 | CA | 0 | 2C | 4 | 11 | 132 | 33 | 41 |
| Octal | 323 | 166 | 312 | 0 | 54 | 4 | 21 | 462 | 63 | 101 |
| Binary | 11010011 | 1110110 | 11001010 | 0 | 101100 | 100 | 10001 | 100110010 | 110011 | 1000001 |
Color Harmonies of #D376CA
Complementary color
Monochromatic Colors of #D376CA
Black with #D376CA
Text Example
Text Example
White with #D376CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D376CA; }
p { color: rgb(211,118,202); }
H1.HeaderClassName
{
color: #D376CA;
}
.AnyTagClassName
{
color: #D376CA;
}
</style>
background-color css
<style>
a { background-color: #D376CA; }
a { background-color: rgb(211,118,202); }
div.DivClassName
{
background-color: #D376CA;
}
.BgClassName
{
background-color: #D376CA;
}
</style>
border-color css
<style>
span { border-color: #D376CA; }
span { border-color: rgb(211,118,202); }
td.TdClassName
{
border-color: #D376CA;
}
.TagClassName
{
border-color: #D376CA;
}
</style>