Shades of Orchid #C478BC
Tints of Orchid #C478BC
RGB
CMYK
RGB Variations
Color information
#C478BC (or 0xC478BC) is known color: Orchid. HEX triplet: C4, 78 and BC. RGB value is (196,120,188). Sum of RGB (Red+Green+Blue) = 196+120+188=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C478BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478BC is #3B8743. Grayscale: #969696. Windows color (decimal): -3901252 or 12351684. OLE color: 12351684.
HSL color Cylindrical-coordinate representation of color #C478BC: hue angle of 306.32º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C478BC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 188 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.23 |
| HSL | 306.32º | 0.39% | 0.62% | - |
| HSV(B) | 306.32º | 0.39% | 0.77% | - |
| XYZ | 38.56 | 28.8 | 51.1 | - |
| YUV | 150.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 188 | 0 | 0.39 | 0.04 | 0.23 | 306.32 | 0.39 | 0.62 |
| Hex | C4 | 78 | BC | 0 | 27 | 4 | 17 | 132 | 27 | 3E |
| Octal | 304 | 170 | 274 | 0 | 47 | 4 | 27 | 462 | 47 | 76 |
| Binary | 11000100 | 1111000 | 10111100 | 0 | 100111 | 100 | 10111 | 100110010 | 100111 | 111110 |
Color Harmonies of #C478BC
Complementary color
Monochromatic Colors of #C478BC
Black with #C478BC
Text Example
Text Example
White with #C478BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C478BC; }
p { color: rgb(196,120,188); }
H1.HeaderClassName
{
color: #C478BC;
}
.AnyTagClassName
{
color: #C478BC;
}
</style>
background-color css
<style>
a { background-color: #C478BC; }
a { background-color: rgb(196,120,188); }
div.DivClassName
{
background-color: #C478BC;
}
.BgClassName
{
background-color: #C478BC;
}
</style>
border-color css
<style>
span { border-color: #C478BC; }
span { border-color: rgb(196,120,188); }
td.TdClassName
{
border-color: #C478BC;
}
.TagClassName
{
border-color: #C478BC;
}
</style>