Shades of Orchid #C476DF
Tints of Orchid #C476DF
RGB
CMYK
RGB Variations
Color information
#C476DF (or 0xC476DF) is known color: Orchid. HEX triplet: C4, 76 and DF. RGB value is (196,118,223). Sum of RGB (Red+Green+Blue) = 196+118+223=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #C476DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476DF is #3B8920. Grayscale: #989898. Windows color (decimal): -3901729 or 14644932. OLE color: 14644932.
HSL color Cylindrical-coordinate representation of color #C476DF: hue angle of 284.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C476DF is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 118 | 223 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.13 |
| HSL | 284.57º | 0.62% | 0.67% | - |
| HSV(B) | 284.57º | 0.47% | 0.87% | - |
| XYZ | 42.56 | 30.02 | 73.36 | - |
| YUV | 153.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 223 | 0.12 | 0.47 | 0 | 0.13 | 284.57 | 0.62 | 0.67 |
| Hex | C4 | 76 | DF | C | 2F | 0 | D | 11D | 3E | 43 |
| Octal | 304 | 166 | 337 | 14 | 57 | 0 | 15 | 435 | 76 | 103 |
| Binary | 11000100 | 1110110 | 11011111 | 1100 | 101111 | 0 | 1101 | 100011101 | 111110 | 1000011 |
Color Harmonies of #C476DF
Complementary color
Monochromatic Colors of #C476DF
Black with #C476DF
Text Example
Text Example
White with #C476DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476DF; }
p { color: rgb(196,118,223); }
H1.HeaderClassName
{
color: #C476DF;
}
.AnyTagClassName
{
color: #C476DF;
}
</style>
background-color css
<style>
a { background-color: #C476DF; }
a { background-color: rgb(196,118,223); }
div.DivClassName
{
background-color: #C476DF;
}
.BgClassName
{
background-color: #C476DF;
}
</style>
border-color css
<style>
span { border-color: #C476DF; }
span { border-color: rgb(196,118,223); }
td.TdClassName
{
border-color: #C476DF;
}
.TagClassName
{
border-color: #C476DF;
}
</style>