Shades of Orchid #C477BE
Tints of Orchid #C477BE
RGB
CMYK
RGB Variations
Color information
#C477BE (or 0xC477BE) is known color: Orchid. HEX triplet: C4, 77 and BE. RGB value is (196,119,190). Sum of RGB (Red+Green+Blue) = 196+119+190=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C477BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477BE is #3B8841. Grayscale: #959595. Windows color (decimal): -3901506 or 12482500. OLE color: 12482500.
HSL color Cylindrical-coordinate representation of color #C477BE: hue angle of 304.68º 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 #C477BE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 190 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.23 |
| HSL | 304.68º | 0.39% | 0.62% | - |
| HSV(B) | 304.68º | 0.39% | 0.77% | - |
| XYZ | 38.66 | 28.65 | 52.21 | - |
| YUV | 150.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 190 | 0 | 0.39 | 0.03 | 0.23 | 304.68 | 0.39 | 0.62 |
| Hex | C4 | 77 | BE | 0 | 27 | 3 | 17 | 131 | 27 | 3E |
| Octal | 304 | 167 | 276 | 0 | 47 | 3 | 27 | 461 | 47 | 76 |
| Binary | 11000100 | 1110111 | 10111110 | 0 | 100111 | 11 | 10111 | 100110001 | 100111 | 111110 |
Color Harmonies of #C477BE
Complementary color
Monochromatic Colors of #C477BE
Black with #C477BE
Text Example
Text Example
White with #C477BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C477BE; }
p { color: rgb(196,119,190); }
H1.HeaderClassName
{
color: #C477BE;
}
.AnyTagClassName
{
color: #C477BE;
}
</style>
background-color css
<style>
a { background-color: #C477BE; }
a { background-color: rgb(196,119,190); }
div.DivClassName
{
background-color: #C477BE;
}
.BgClassName
{
background-color: #C477BE;
}
</style>
border-color css
<style>
span { border-color: #C477BE; }
span { border-color: rgb(196,119,190); }
td.TdClassName
{
border-color: #C477BE;
}
.TagClassName
{
border-color: #C477BE;
}
</style>