Shades of Orchid #D377C7
Tints of Orchid #D377C7
RGB
CMYK
RGB Variations
Color information
#D377C7 (or 0xD377C7) is known color: Orchid. HEX triplet: D3, 77 and C7. RGB value is (211,119,199). Sum of RGB (Red+Green+Blue) = 211+119+199=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D377C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377C7 is #2C8838. Grayscale: #9B9B9B. Windows color (decimal): -2918457 or 13072339. OLE color: 13072339.
HSL color Cylindrical-coordinate representation of color #D377C7: hue angle of 307.83º 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 #D377C7 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 199 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.17 |
| HSL | 307.83º | 0.51% | 0.65% | - |
| HSV(B) | 307.83º | 0.44% | 0.83% | - |
| XYZ | 43.77 | 31.17 | 57.74 | - |
| YUV | 155.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 199 | 0 | 0.44 | 0.06 | 0.17 | 307.83 | 0.51 | 0.65 |
| Hex | D3 | 77 | C7 | 0 | 2C | 6 | 11 | 134 | 33 | 41 |
| Octal | 323 | 167 | 307 | 0 | 54 | 6 | 21 | 464 | 63 | 101 |
| Binary | 11010011 | 1110111 | 11000111 | 0 | 101100 | 110 | 10001 | 100110100 | 110011 | 1000001 |
Color Harmonies of #D377C7
Complementary color
Monochromatic Colors of #D377C7
Black with #D377C7
Text Example
Text Example
White with #D377C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D377C7; }
p { color: rgb(211,119,199); }
H1.HeaderClassName
{
color: #D377C7;
}
.AnyTagClassName
{
color: #D377C7;
}
</style>
background-color css
<style>
a { background-color: #D377C7; }
a { background-color: rgb(211,119,199); }
div.DivClassName
{
background-color: #D377C7;
}
.BgClassName
{
background-color: #D377C7;
}
</style>
border-color css
<style>
span { border-color: #D377C7; }
span { border-color: rgb(211,119,199); }
td.TdClassName
{
border-color: #D377C7;
}
.TagClassName
{
border-color: #D377C7;
}
</style>