Shades of Orchid #C479C9
Tints of Orchid #C479C9
RGB
CMYK
RGB Variations
Color information
#C479C9 (or 0xC479C9) is known color: Orchid. HEX triplet: C4, 79 and C9. RGB value is (196,121,201). Sum of RGB (Red+Green+Blue) = 196+121+201=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #C479C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479C9 is #3B8636. Grayscale: #989898. Windows color (decimal): -3900983 or 13203908. OLE color: 13203908.
HSL color Cylindrical-coordinate representation of color #C479C9: hue angle of 296.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C479C9 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 121 | 201 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.21 |
| HSL | 296.25º | 0.43% | 0.63% | - |
| HSV(B) | 296.25º | 0.4% | 0.79% | - |
| XYZ | 40.14 | 29.63 | 58.86 | - |
| YUV | 152.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 201 | 0.02 | 0.40 | 0 | 0.21 | 296.25 | 0.43 | 0.63 |
| Hex | C4 | 79 | C9 | 2 | 28 | 0 | 15 | 128 | 2B | 3F |
| Octal | 304 | 171 | 311 | 2 | 50 | 0 | 25 | 450 | 53 | 77 |
| Binary | 11000100 | 1111001 | 11001001 | 10 | 101000 | 0 | 10101 | 100101000 | 101011 | 111111 |
Color Harmonies of #C479C9
Complementary color
Monochromatic Colors of #C479C9
Black with #C479C9
Text Example
Text Example
White with #C479C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C479C9; }
p { color: rgb(196,121,201); }
H1.HeaderClassName
{
color: #C479C9;
}
.AnyTagClassName
{
color: #C479C9;
}
</style>
background-color css
<style>
a { background-color: #C479C9; }
a { background-color: rgb(196,121,201); }
div.DivClassName
{
background-color: #C479C9;
}
.BgClassName
{
background-color: #C479C9;
}
</style>
border-color css
<style>
span { border-color: #C479C9; }
span { border-color: rgb(196,121,201); }
td.TdClassName
{
border-color: #C479C9;
}
.TagClassName
{
border-color: #C479C9;
}
</style>