Shades of Orchid #C476C0
Tints of Orchid #C476C0
RGB
CMYK
RGB Variations
Color information
#C476C0 (or 0xC476C0) is known color: Orchid. HEX triplet: C4, 76 and C0. RGB value is (196,118,192). Sum of RGB (Red+Green+Blue) = 196+118+192=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C476C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476C0 is #3B893F. Grayscale: #959595. Windows color (decimal): -3901760 or 12613316. OLE color: 12613316.
HSL color Cylindrical-coordinate representation of color #C476C0: hue angle of 303.08º 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 #C476C0 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 192 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.23 |
| HSL | 303.08º | 0.4% | 0.62% | - |
| HSV(B) | 303.08º | 0.4% | 0.77% | - |
| XYZ | 38.76 | 28.5 | 53.33 | - |
| YUV | 149.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 192 | 0 | 0.40 | 0.02 | 0.23 | 303.08 | 0.4 | 0.62 |
| Hex | C4 | 76 | C0 | 0 | 28 | 2 | 17 | 12F | 28 | 3E |
| Octal | 304 | 166 | 300 | 0 | 50 | 2 | 27 | 457 | 50 | 76 |
| Binary | 11000100 | 1110110 | 11000000 | 0 | 101000 | 10 | 10111 | 100101111 | 101000 | 111110 |
Color Harmonies of #C476C0
Complementary color
Monochromatic Colors of #C476C0
Black with #C476C0
Text Example
Text Example
White with #C476C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476C0; }
p { color: rgb(196,118,192); }
H1.HeaderClassName
{
color: #C476C0;
}
.AnyTagClassName
{
color: #C476C0;
}
</style>
background-color css
<style>
a { background-color: #C476C0; }
a { background-color: rgb(196,118,192); }
div.DivClassName
{
background-color: #C476C0;
}
.BgClassName
{
background-color: #C476C0;
}
</style>
border-color css
<style>
span { border-color: #C476C0; }
span { border-color: rgb(196,118,192); }
td.TdClassName
{
border-color: #C476C0;
}
.TagClassName
{
border-color: #C476C0;
}
</style>