Shades of Orchid #C277C0
Tints of Orchid #C277C0
RGB
CMYK
RGB Variations
Color information
#C277C0 (or 0xC277C0) is known color: Orchid. HEX triplet: C2, 77 and C0. RGB value is (194,119,192). Sum of RGB (Red+Green+Blue) = 194+119+192=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C277C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277C0 is #3D883F. Grayscale: #959595. Windows color (decimal): -4032576 or 12613570. OLE color: 12613570.
HSL color Cylindrical-coordinate representation of color #C277C0: hue angle of 301.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C277C0 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 192 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.24 |
| HSL | 301.6º | 0.38% | 0.61% | - |
| HSV(B) | 301.6º | 0.39% | 0.76% | - |
| XYZ | 38.36 | 28.47 | 53.34 | - |
| YUV | 149.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 192 | 0 | 0.39 | 0.01 | 0.24 | 301.6 | 0.38 | 0.61 |
| Hex | C2 | 77 | C0 | 0 | 27 | 1 | 18 | 12E | 26 | 3D |
| Octal | 302 | 167 | 300 | 0 | 47 | 1 | 30 | 456 | 46 | 75 |
| Binary | 11000010 | 1110111 | 11000000 | 0 | 100111 | 1 | 11000 | 100101110 | 100110 | 111101 |
Color Harmonies of #C277C0
Complementary color
Monochromatic Colors of #C277C0
Black with #C277C0
Text Example
Text Example
White with #C277C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C277C0; }
p { color: rgb(194,119,192); }
H1.HeaderClassName
{
color: #C277C0;
}
.AnyTagClassName
{
color: #C277C0;
}
</style>
background-color css
<style>
a { background-color: #C277C0; }
a { background-color: rgb(194,119,192); }
div.DivClassName
{
background-color: #C277C0;
}
.BgClassName
{
background-color: #C277C0;
}
</style>
border-color css
<style>
span { border-color: #C277C0; }
span { border-color: rgb(194,119,192); }
td.TdClassName
{
border-color: #C277C0;
}
.TagClassName
{
border-color: #C277C0;
}
</style>