Shades of Orchid #C476DC
Tints of Orchid #C476DC
RGB
CMYK
RGB Variations
Color information
#C476DC (or 0xC476DC) is known color: Orchid. HEX triplet: C4, 76 and DC. RGB value is (196,118,220). Sum of RGB (Red+Green+Blue) = 196+118+220=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #C476DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476DC is #3B8923. Grayscale: #989898. Windows color (decimal): -3901732 or 14448324. OLE color: 14448324.
HSL color Cylindrical-coordinate representation of color #C476DC: hue angle of 285.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C476DC is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 118 | 220 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.14 |
| HSL | 285.88º | 0.59% | 0.66% | - |
| HSV(B) | 285.88º | 0.46% | 0.86% | - |
| XYZ | 42.16 | 29.86 | 71.25 | - |
| YUV | 152.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 220 | 0.11 | 0.46 | 0 | 0.14 | 285.88 | 0.59 | 0.66 |
| Hex | C4 | 76 | DC | B | 2E | 0 | E | 11E | 3B | 42 |
| Octal | 304 | 166 | 334 | 13 | 56 | 0 | 16 | 436 | 73 | 102 |
| Binary | 11000100 | 1110110 | 11011100 | 1011 | 101110 | 0 | 1110 | 100011110 | 111011 | 1000010 |
Color Harmonies of #C476DC
Complementary color
Monochromatic Colors of #C476DC
Black with #C476DC
Text Example
Text Example
White with #C476DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476DC; }
p { color: rgb(196,118,220); }
H1.HeaderClassName
{
color: #C476DC;
}
.AnyTagClassName
{
color: #C476DC;
}
</style>
background-color css
<style>
a { background-color: #C476DC; }
a { background-color: rgb(196,118,220); }
div.DivClassName
{
background-color: #C476DC;
}
.BgClassName
{
background-color: #C476DC;
}
</style>
border-color css
<style>
span { border-color: #C476DC; }
span { border-color: rgb(196,118,220); }
td.TdClassName
{
border-color: #C476DC;
}
.TagClassName
{
border-color: #C476DC;
}
</style>