Shades of Orchid #C479D0
Tints of Orchid #C479D0
RGB
CMYK
RGB Variations
Color information
#C479D0 (or 0xC479D0) is known color: Orchid. HEX triplet: C4, 79 and D0. RGB value is (196,121,208). Sum of RGB (Red+Green+Blue) = 196+121+208=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #C479D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479D0 is #3B862F. Grayscale: #999999. Windows color (decimal): -3900976 or 13662660. OLE color: 13662660.
HSL color Cylindrical-coordinate representation of color #C479D0: hue angle of 291.72º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C479D0 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 121 | 208 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.18 |
| HSL | 291.72º | 0.48% | 0.65% | - |
| HSV(B) | 291.72º | 0.42% | 0.82% | - |
| XYZ | 40.99 | 29.96 | 63.3 | - |
| YUV | 153.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 208 | 0.06 | 0.42 | 0 | 0.18 | 291.72 | 0.48 | 0.65 |
| Hex | C4 | 79 | D0 | 6 | 2A | 0 | 12 | 124 | 30 | 41 |
| Octal | 304 | 171 | 320 | 6 | 52 | 0 | 22 | 444 | 60 | 101 |
| Binary | 11000100 | 1111001 | 11010000 | 110 | 101010 | 0 | 10010 | 100100100 | 110000 | 1000001 |
Color Harmonies of #C479D0
Complementary color
Monochromatic Colors of #C479D0
Black with #C479D0
Text Example
Text Example
White with #C479D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C479D0; }
p { color: rgb(196,121,208); }
H1.HeaderClassName
{
color: #C479D0;
}
.AnyTagClassName
{
color: #C479D0;
}
</style>
background-color css
<style>
a { background-color: #C479D0; }
a { background-color: rgb(196,121,208); }
div.DivClassName
{
background-color: #C479D0;
}
.BgClassName
{
background-color: #C479D0;
}
</style>
border-color css
<style>
span { border-color: #C479D0; }
span { border-color: rgb(196,121,208); }
td.TdClassName
{
border-color: #C479D0;
}
.TagClassName
{
border-color: #C479D0;
}
</style>