Shades of Orchid #C477BA
Tints of Orchid #C477BA
RGB
CMYK
RGB Variations
Color information
#C477BA (or 0xC477BA) is known color: Orchid. HEX triplet: C4, 77 and BA. RGB value is (196,119,186). Sum of RGB (Red+Green+Blue) = 196+119+186=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C477BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477BA is #3B8845. Grayscale: #959595. Windows color (decimal): -3901510 or 12220356. OLE color: 12220356.
HSL color Cylindrical-coordinate representation of color #C477BA: hue angle of 307.79º 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 #C477BA is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 186 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.23 |
| HSL | 307.79º | 0.39% | 0.62% | - |
| HSV(B) | 307.79º | 0.39% | 0.77% | - |
| XYZ | 38.22 | 28.47 | 49.94 | - |
| YUV | 149.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 186 | 0 | 0.39 | 0.05 | 0.23 | 307.79 | 0.39 | 0.62 |
| Hex | C4 | 77 | BA | 0 | 27 | 5 | 17 | 134 | 27 | 3E |
| Octal | 304 | 167 | 272 | 0 | 47 | 5 | 27 | 464 | 47 | 76 |
| Binary | 11000100 | 1110111 | 10111010 | 0 | 100111 | 101 | 10111 | 100110100 | 100111 | 111110 |
Color Harmonies of #C477BA
Complementary color
Monochromatic Colors of #C477BA
Black with #C477BA
Text Example
Text Example
White with #C477BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C477BA; }
p { color: rgb(196,119,186); }
H1.HeaderClassName
{
color: #C477BA;
}
.AnyTagClassName
{
color: #C477BA;
}
</style>
background-color css
<style>
a { background-color: #C477BA; }
a { background-color: rgb(196,119,186); }
div.DivClassName
{
background-color: #C477BA;
}
.BgClassName
{
background-color: #C477BA;
}
</style>
border-color css
<style>
span { border-color: #C477BA; }
span { border-color: rgb(196,119,186); }
td.TdClassName
{
border-color: #C477BA;
}
.TagClassName
{
border-color: #C477BA;
}
</style>