Shades of Orchid #C479CE
Tints of Orchid #C479CE
RGB
CMYK
RGB Variations
Color information
#C479CE (or 0xC479CE) is known color: Orchid. HEX triplet: C4, 79 and CE. RGB value is (196,121,206). Sum of RGB (Red+Green+Blue) = 196+121+206=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #C479CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479CE is #3B8631. Grayscale: #989898. Windows color (decimal): -3900978 or 13531588. OLE color: 13531588.
HSL color Cylindrical-coordinate representation of color #C479CE: hue angle of 292.94º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C479CE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 121 | 206 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.19 |
| HSL | 292.94º | 0.46% | 0.64% | - |
| HSV(B) | 292.94º | 0.41% | 0.81% | - |
| XYZ | 40.74 | 29.87 | 62.01 | - |
| YUV | 153.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 206 | 0.05 | 0.41 | 0 | 0.19 | 292.94 | 0.46 | 0.64 |
| Hex | C4 | 79 | CE | 5 | 29 | 0 | 13 | 125 | 2E | 40 |
| Octal | 304 | 171 | 316 | 5 | 51 | 0 | 23 | 445 | 56 | 100 |
| Binary | 11000100 | 1111001 | 11001110 | 101 | 101001 | 0 | 10011 | 100100101 | 101110 | 1000000 |
Color Harmonies of #C479CE
Complementary color
Monochromatic Colors of #C479CE
Black with #C479CE
Text Example
Text Example
White with #C479CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C479CE; }
p { color: rgb(196,121,206); }
H1.HeaderClassName
{
color: #C479CE;
}
.AnyTagClassName
{
color: #C479CE;
}
</style>
background-color css
<style>
a { background-color: #C479CE; }
a { background-color: rgb(196,121,206); }
div.DivClassName
{
background-color: #C479CE;
}
.BgClassName
{
background-color: #C479CE;
}
</style>
border-color css
<style>
span { border-color: #C479CE; }
span { border-color: rgb(196,121,206); }
td.TdClassName
{
border-color: #C479CE;
}
.TagClassName
{
border-color: #C479CE;
}
</style>