Shades of Orchid #C476C3
Tints of Orchid #C476C3
RGB
CMYK
RGB Variations
Color information
#C476C3 (or 0xC476C3) is known color: Orchid. HEX triplet: C4, 76 and C3. RGB value is (196,118,195). Sum of RGB (Red+Green+Blue) = 196+118+195=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C476C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476C3 is #3B893C. Grayscale: #959595. Windows color (decimal): -3901757 or 12809924. OLE color: 12809924.
HSL color Cylindrical-coordinate representation of color #C476C3: hue angle of 300.77º 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 #C476C3 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 195 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.23 |
| HSL | 300.77º | 0.4% | 0.62% | - |
| HSV(B) | 300.77º | 0.4% | 0.77% | - |
| XYZ | 39.09 | 28.63 | 55.1 | - |
| YUV | 150.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 195 | 0 | 0.40 | 0.01 | 0.23 | 300.77 | 0.4 | 0.62 |
| Hex | C4 | 76 | C3 | 0 | 28 | 1 | 17 | 12D | 28 | 3E |
| Octal | 304 | 166 | 303 | 0 | 50 | 1 | 27 | 455 | 50 | 76 |
| Binary | 11000100 | 1110110 | 11000011 | 0 | 101000 | 1 | 10111 | 100101101 | 101000 | 111110 |
Color Harmonies of #C476C3
Complementary color
Monochromatic Colors of #C476C3
Black with #C476C3
Text Example
Text Example
White with #C476C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476C3; }
p { color: rgb(196,118,195); }
H1.HeaderClassName
{
color: #C476C3;
}
.AnyTagClassName
{
color: #C476C3;
}
</style>
background-color css
<style>
a { background-color: #C476C3; }
a { background-color: rgb(196,118,195); }
div.DivClassName
{
background-color: #C476C3;
}
.BgClassName
{
background-color: #C476C3;
}
</style>
border-color css
<style>
span { border-color: #C476C3; }
span { border-color: rgb(196,118,195); }
td.TdClassName
{
border-color: #C476C3;
}
.TagClassName
{
border-color: #C476C3;
}
</style>