Shades of Orchid #C479BE
Tints of Orchid #C479BE
RGB
CMYK
RGB Variations
Color information
#C479BE (or 0xC479BE) is known color: Orchid. HEX triplet: C4, 79 and BE. RGB value is (196,121,190). Sum of RGB (Red+Green+Blue) = 196+121+190=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C479BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479BE is #3B8641. Grayscale: #979797. Windows color (decimal): -3900994 or 12483012. OLE color: 12483012.
HSL color Cylindrical-coordinate representation of color #C479BE: hue angle of 304.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C479BE is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 190 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.23 |
| HSL | 304.8º | 0.39% | 0.62% | - |
| HSV(B) | 304.8º | 0.38% | 0.77% | - |
| XYZ | 38.9 | 29.13 | 52.29 | - |
| YUV | 151.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 190 | 0 | 0.38 | 0.03 | 0.23 | 304.8 | 0.39 | 0.62 |
| Hex | C4 | 79 | BE | 0 | 26 | 3 | 17 | 131 | 27 | 3E |
| Octal | 304 | 171 | 276 | 0 | 46 | 3 | 27 | 461 | 47 | 76 |
| Binary | 11000100 | 1111001 | 10111110 | 0 | 100110 | 11 | 10111 | 100110001 | 100111 | 111110 |
Color Harmonies of #C479BE
Complementary color
Monochromatic Colors of #C479BE
Black with #C479BE
Text Example
Text Example
White with #C479BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C479BE; }
p { color: rgb(196,121,190); }
H1.HeaderClassName
{
color: #C479BE;
}
.AnyTagClassName
{
color: #C479BE;
}
</style>
background-color css
<style>
a { background-color: #C479BE; }
a { background-color: rgb(196,121,190); }
div.DivClassName
{
background-color: #C479BE;
}
.BgClassName
{
background-color: #C479BE;
}
</style>
border-color css
<style>
span { border-color: #C479BE; }
span { border-color: rgb(196,121,190); }
td.TdClassName
{
border-color: #C479BE;
}
.TagClassName
{
border-color: #C479BE;
}
</style>