Shades of Orchid #C477C0
Tints of Orchid #C477C0
RGB
CMYK
RGB Variations
Color information
#C477C0 (or 0xC477C0) is known color: Orchid. HEX triplet: C4, 77 and C0. RGB value is (196,119,192). Sum of RGB (Red+Green+Blue) = 196+119+192=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C477C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477C0 is #3B883F. Grayscale: #969696. Windows color (decimal): -3901504 or 12613572. OLE color: 12613572.
HSL color Cylindrical-coordinate representation of color #C477C0: hue angle of 303.12º 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 #C477C0 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 192 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.23 |
| HSL | 303.12º | 0.39% | 0.62% | - |
| HSV(B) | 303.12º | 0.39% | 0.77% | - |
| XYZ | 38.88 | 28.74 | 53.37 | - |
| YUV | 150.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 192 | 0 | 0.39 | 0.02 | 0.23 | 303.12 | 0.39 | 0.62 |
| Hex | C4 | 77 | C0 | 0 | 27 | 2 | 17 | 12F | 27 | 3E |
| Octal | 304 | 167 | 300 | 0 | 47 | 2 | 27 | 457 | 47 | 76 |
| Binary | 11000100 | 1110111 | 11000000 | 0 | 100111 | 10 | 10111 | 100101111 | 100111 | 111110 |
Color Harmonies of #C477C0
Complementary color
Monochromatic Colors of #C477C0
Black with #C477C0
Text Example
Text Example
White with #C477C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C477C0; }
p { color: rgb(196,119,192); }
H1.HeaderClassName
{
color: #C477C0;
}
.AnyTagClassName
{
color: #C477C0;
}
</style>
background-color css
<style>
a { background-color: #C477C0; }
a { background-color: rgb(196,119,192); }
div.DivClassName
{
background-color: #C477C0;
}
.BgClassName
{
background-color: #C477C0;
}
</style>
border-color css
<style>
span { border-color: #C477C0; }
span { border-color: rgb(196,119,192); }
td.TdClassName
{
border-color: #C477C0;
}
.TagClassName
{
border-color: #C477C0;
}
</style>