Shades of Orchid #C476BF
Tints of Orchid #C476BF
RGB
CMYK
RGB Variations
Color information
#C476BF (or 0xC476BF) is known color: Orchid. HEX triplet: C4, 76 and BF. RGB value is (196,118,191). Sum of RGB (Red+Green+Blue) = 196+118+191=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C476BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476BF is #3B8940. Grayscale: #959595. Windows color (decimal): -3901761 or 12547780. OLE color: 12547780.
HSL color Cylindrical-coordinate representation of color #C476BF: hue angle of 303.85º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C476BF is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 191 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.23 |
| HSL | 303.85º | 0.4% | 0.62% | - |
| HSV(B) | 303.85º | 0.4% | 0.77% | - |
| XYZ | 38.65 | 28.45 | 52.75 | - |
| YUV | 149.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 191 | 0 | 0.40 | 0.03 | 0.23 | 303.85 | 0.4 | 0.62 |
| Hex | C4 | 76 | BF | 0 | 28 | 3 | 17 | 130 | 28 | 3E |
| Octal | 304 | 166 | 277 | 0 | 50 | 3 | 27 | 460 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10111111 | 0 | 101000 | 11 | 10111 | 100110000 | 101000 | 111110 |
Color Harmonies of #C476BF
Complementary color
Monochromatic Colors of #C476BF
Black with #C476BF
Text Example
Text Example
White with #C476BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476BF; }
p { color: rgb(196,118,191); }
H1.HeaderClassName
{
color: #C476BF;
}
.AnyTagClassName
{
color: #C476BF;
}
</style>
background-color css
<style>
a { background-color: #C476BF; }
a { background-color: rgb(196,118,191); }
div.DivClassName
{
background-color: #C476BF;
}
.BgClassName
{
background-color: #C476BF;
}
</style>
border-color css
<style>
span { border-color: #C476BF; }
span { border-color: rgb(196,118,191); }
td.TdClassName
{
border-color: #C476BF;
}
.TagClassName
{
border-color: #C476BF;
}
</style>