Shades of Orchid #C476DE
Tints of Orchid #C476DE
RGB
CMYK
RGB Variations
Color information
#C476DE (or 0xC476DE) is known color: Orchid. HEX triplet: C4, 76 and DE. RGB value is (196,118,222). Sum of RGB (Red+Green+Blue) = 196+118+222=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #C476DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476DE is #3B8921. Grayscale: #989898. Windows color (decimal): -3901730 or 14579396. OLE color: 14579396.
HSL color Cylindrical-coordinate representation of color #C476DE: hue angle of 285º degrees, saturation: 0.61, 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 #C476DE is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 118 | 222 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.13 |
| HSL | 285º | 0.61% | 0.67% | - |
| HSV(B) | 285º | 0.47% | 0.87% | - |
| XYZ | 42.43 | 29.97 | 72.66 | - |
| YUV | 153.18 | 166.84 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 222 | 0.12 | 0.47 | 0 | 0.13 | 285 | 0.61 | 0.67 |
| Hex | C4 | 76 | DE | C | 2F | 0 | D | 11D | 3D | 43 |
| Octal | 304 | 166 | 336 | 14 | 57 | 0 | 15 | 435 | 75 | 103 |
| Binary | 11000100 | 1110110 | 11011110 | 1100 | 101111 | 0 | 1101 | 100011101 | 111101 | 1000011 |
Color Harmonies of #C476DE
Complementary color
Monochromatic Colors of #C476DE
Black with #C476DE
Text Example
Text Example
White with #C476DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476DE; }
p { color: rgb(196,118,222); }
H1.HeaderClassName
{
color: #C476DE;
}
.AnyTagClassName
{
color: #C476DE;
}
</style>
background-color css
<style>
a { background-color: #C476DE; }
a { background-color: rgb(196,118,222); }
div.DivClassName
{
background-color: #C476DE;
}
.BgClassName
{
background-color: #C476DE;
}
</style>
border-color css
<style>
span { border-color: #C476DE; }
span { border-color: rgb(196,118,222); }
td.TdClassName
{
border-color: #C476DE;
}
.TagClassName
{
border-color: #C476DE;
}
</style>