Shades of Orchid #C476DD
Tints of Orchid #C476DD
RGB
CMYK
RGB Variations
Color information
#C476DD (or 0xC476DD) is known color: Orchid. HEX triplet: C4, 76 and DD. RGB value is (196,118,221). Sum of RGB (Red+Green+Blue) = 196+118+221=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #C476DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476DD is #3B8922. Grayscale: #989898. Windows color (decimal): -3901731 or 14513860. OLE color: 14513860.
HSL color Cylindrical-coordinate representation of color #C476DD: hue angle of 285.44º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C476DD is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 118 | 221 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.13 |
| HSL | 285.44º | 0.6% | 0.66% | - |
| HSV(B) | 285.44º | 0.47% | 0.87% | - |
| XYZ | 42.29 | 29.91 | 71.95 | - |
| YUV | 153.06 | 166.34 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 221 | 0.11 | 0.47 | 0 | 0.13 | 285.44 | 0.6 | 0.66 |
| Hex | C4 | 76 | DD | B | 2F | 0 | D | 11D | 3C | 42 |
| Octal | 304 | 166 | 335 | 13 | 57 | 0 | 15 | 435 | 74 | 102 |
| Binary | 11000100 | 1110110 | 11011101 | 1011 | 101111 | 0 | 1101 | 100011101 | 111100 | 1000010 |
Color Harmonies of #C476DD
Complementary color
Monochromatic Colors of #C476DD
Black with #C476DD
Text Example
Text Example
White with #C476DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476DD; }
p { color: rgb(196,118,221); }
H1.HeaderClassName
{
color: #C476DD;
}
.AnyTagClassName
{
color: #C476DD;
}
</style>
background-color css
<style>
a { background-color: #C476DD; }
a { background-color: rgb(196,118,221); }
div.DivClassName
{
background-color: #C476DD;
}
.BgClassName
{
background-color: #C476DD;
}
</style>
border-color css
<style>
span { border-color: #C476DD; }
span { border-color: rgb(196,118,221); }
td.TdClassName
{
border-color: #C476DD;
}
.TagClassName
{
border-color: #C476DD;
}
</style>