Shades of Orchid #C479CB
Tints of Orchid #C479CB
RGB
CMYK
RGB Variations
Color information
#C479CB (or 0xC479CB) is known color: Orchid. HEX triplet: C4, 79 and CB. RGB value is (196,121,203). Sum of RGB (Red+Green+Blue) = 196+121+203=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #C479CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479CB is #3B8634. Grayscale: #989898. Windows color (decimal): -3900981 or 13334980. OLE color: 13334980.
HSL color Cylindrical-coordinate representation of color #C479CB: hue angle of 294.88º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C479CB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 121 | 203 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.20 |
| HSL | 294.88º | 0.44% | 0.64% | - |
| HSV(B) | 294.88º | 0.4% | 0.8% | - |
| XYZ | 40.38 | 29.72 | 60.11 | - |
| YUV | 152.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 203 | 0.03 | 0.40 | 0 | 0.20 | 294.88 | 0.44 | 0.64 |
| Hex | C4 | 79 | CB | 3 | 28 | 0 | 14 | 127 | 2C | 40 |
| Octal | 304 | 171 | 313 | 3 | 50 | 0 | 24 | 447 | 54 | 100 |
| Binary | 11000100 | 1111001 | 11001011 | 11 | 101000 | 0 | 10100 | 100100111 | 101100 | 1000000 |
Color Harmonies of #C479CB
Complementary color
Monochromatic Colors of #C479CB
Black with #C479CB
Text Example
Text Example
White with #C479CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C479CB; }
p { color: rgb(196,121,203); }
H1.HeaderClassName
{
color: #C479CB;
}
.AnyTagClassName
{
color: #C479CB;
}
</style>
background-color css
<style>
a { background-color: #C479CB; }
a { background-color: rgb(196,121,203); }
div.DivClassName
{
background-color: #C479CB;
}
.BgClassName
{
background-color: #C479CB;
}
</style>
border-color css
<style>
span { border-color: #C479CB; }
span { border-color: rgb(196,121,203); }
td.TdClassName
{
border-color: #C479CB;
}
.TagClassName
{
border-color: #C479CB;
}
</style>