Shades of Orchid #C476CE
Tints of Orchid #C476CE
RGB
CMYK
RGB Variations
Color information
#C476CE (or 0xC476CE) is known color: Orchid. HEX triplet: C4, 76 and CE. RGB value is (196,118,206). Sum of RGB (Red+Green+Blue) = 196+118+206=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #C476CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476CE is #3B8931. Grayscale: #979797. Windows color (decimal): -3901746 or 13530820. OLE color: 13530820.
HSL color Cylindrical-coordinate representation of color #C476CE: hue angle of 293.18º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C476CE is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 118 | 206 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.19 |
| HSL | 293.18º | 0.47% | 0.64% | - |
| HSV(B) | 293.18º | 0.43% | 0.81% | - |
| XYZ | 40.38 | 29.15 | 61.89 | - |
| YUV | 151.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 206 | 0.05 | 0.43 | 0 | 0.19 | 293.18 | 0.47 | 0.64 |
| Hex | C4 | 76 | CE | 5 | 2B | 0 | 13 | 125 | 2F | 40 |
| Octal | 304 | 166 | 316 | 5 | 53 | 0 | 23 | 445 | 57 | 100 |
| Binary | 11000100 | 1110110 | 11001110 | 101 | 101011 | 0 | 10011 | 100100101 | 101111 | 1000000 |
Color Harmonies of #C476CE
Complementary color
Monochromatic Colors of #C476CE
Black with #C476CE
Text Example
Text Example
White with #C476CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476CE; }
p { color: rgb(196,118,206); }
H1.HeaderClassName
{
color: #C476CE;
}
.AnyTagClassName
{
color: #C476CE;
}
</style>
background-color css
<style>
a { background-color: #C476CE; }
a { background-color: rgb(196,118,206); }
div.DivClassName
{
background-color: #C476CE;
}
.BgClassName
{
background-color: #C476CE;
}
</style>
border-color css
<style>
span { border-color: #C476CE; }
span { border-color: rgb(196,118,206); }
td.TdClassName
{
border-color: #C476CE;
}
.TagClassName
{
border-color: #C476CE;
}
</style>