Shades of Orchid #C476CC
Tints of Orchid #C476CC
RGB
CMYK
RGB Variations
Color information
#C476CC (or 0xC476CC) is known color: Orchid. HEX triplet: C4, 76 and CC. RGB value is (196,118,204). Sum of RGB (Red+Green+Blue) = 196+118+204=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #C476CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476CC is #3B8933. Grayscale: #969696. Windows color (decimal): -3901748 or 13399748. OLE color: 13399748.
HSL color Cylindrical-coordinate representation of color #C476CC: hue angle of 294.42º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C476CC is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 118 | 204 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.2 |
| HSL | 294.42º | 0.46% | 0.63% | - |
| HSV(B) | 294.42º | 0.42% | 0.8% | - |
| XYZ | 40.14 | 29.05 | 60.62 | - |
| YUV | 151.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 204 | 0.04 | 0.42 | 0 | 0.2 | 294.42 | 0.46 | 0.63 |
| Hex | C4 | 76 | CC | 4 | 2A | 0 | 14 | 126 | 2E | 3F |
| Octal | 304 | 166 | 314 | 4 | 52 | 0 | 24 | 446 | 56 | 77 |
| Binary | 11000100 | 1110110 | 11001100 | 100 | 101010 | 0 | 10100 | 100100110 | 101110 | 111111 |
Color Harmonies of #C476CC
Complementary color
Monochromatic Colors of #C476CC
Black with #C476CC
Text Example
Text Example
White with #C476CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476CC; }
p { color: rgb(196,118,204); }
H1.HeaderClassName
{
color: #C476CC;
}
.AnyTagClassName
{
color: #C476CC;
}
</style>
background-color css
<style>
a { background-color: #C476CC; }
a { background-color: rgb(196,118,204); }
div.DivClassName
{
background-color: #C476CC;
}
.BgClassName
{
background-color: #C476CC;
}
</style>
border-color css
<style>
span { border-color: #C476CC; }
span { border-color: rgb(196,118,204); }
td.TdClassName
{
border-color: #C476CC;
}
.TagClassName
{
border-color: #C476CC;
}
</style>