Shades of Orchid #C376BE
Tints of Orchid #C376BE
RGB
CMYK
RGB Variations
Color information
#C376BE (or 0xC376BE) is known color: Orchid. HEX triplet: C3, 76 and BE. RGB value is (195,118,190). Sum of RGB (Red+Green+Blue) = 195+118+190=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C376BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376BE is #3C8941. Grayscale: #959595. Windows color (decimal): -3967298 or 12482243. OLE color: 12482243.
HSL color Cylindrical-coordinate representation of color #C376BE: hue angle of 303.9º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C376BE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 190 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.24 |
| HSL | 303.9º | 0.39% | 0.61% | - |
| HSV(B) | 303.9º | 0.39% | 0.76% | - |
| XYZ | 38.28 | 28.28 | 52.16 | - |
| YUV | 149.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 190 | 0 | 0.39 | 0.03 | 0.24 | 303.9 | 0.39 | 0.61 |
| Hex | C3 | 76 | BE | 0 | 27 | 3 | 18 | 130 | 27 | 3D |
| Octal | 303 | 166 | 276 | 0 | 47 | 3 | 30 | 460 | 47 | 75 |
| Binary | 11000011 | 1110110 | 10111110 | 0 | 100111 | 11 | 11000 | 100110000 | 100111 | 111101 |
Color Harmonies of #C376BE
Complementary color
Monochromatic Colors of #C376BE
Black with #C376BE
Text Example
Text Example
White with #C376BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C376BE; }
p { color: rgb(195,118,190); }
H1.HeaderClassName
{
color: #C376BE;
}
.AnyTagClassName
{
color: #C376BE;
}
</style>
background-color css
<style>
a { background-color: #C376BE; }
a { background-color: rgb(195,118,190); }
div.DivClassName
{
background-color: #C376BE;
}
.BgClassName
{
background-color: #C376BE;
}
</style>
border-color css
<style>
span { border-color: #C376BE; }
span { border-color: rgb(195,118,190); }
td.TdClassName
{
border-color: #C376BE;
}
.TagClassName
{
border-color: #C376BE;
}
</style>