Shades of Orchid #C277C9
Tints of Orchid #C277C9
RGB
CMYK
RGB Variations
Color information
#C277C9 (or 0xC277C9) is known color: Orchid. HEX triplet: C2, 77 and C9. RGB value is (194,119,201). Sum of RGB (Red+Green+Blue) = 194+119+201=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #C277C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277C9 is #3D8836. Grayscale: #969696. Windows color (decimal): -4032567 or 13203394. OLE color: 13203394.
HSL color Cylindrical-coordinate representation of color #C277C9: hue angle of 294.88º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C277C9 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 119 | 201 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.21 |
| HSL | 294.88º | 0.43% | 0.63% | - |
| HSV(B) | 294.88º | 0.41% | 0.79% | - |
| XYZ | 39.39 | 28.88 | 58.76 | - |
| YUV | 150.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 201 | 0.03 | 0.41 | 0 | 0.21 | 294.88 | 0.43 | 0.63 |
| Hex | C2 | 77 | C9 | 3 | 29 | 0 | 15 | 127 | 2B | 3F |
| Octal | 302 | 167 | 311 | 3 | 51 | 0 | 25 | 447 | 53 | 77 |
| Binary | 11000010 | 1110111 | 11001001 | 11 | 101001 | 0 | 10101 | 100100111 | 101011 | 111111 |
Color Harmonies of #C277C9
Complementary color
Monochromatic Colors of #C277C9
Black with #C277C9
Text Example
Text Example
White with #C277C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C277C9; }
p { color: rgb(194,119,201); }
H1.HeaderClassName
{
color: #C277C9;
}
.AnyTagClassName
{
color: #C277C9;
}
</style>
background-color css
<style>
a { background-color: #C277C9; }
a { background-color: rgb(194,119,201); }
div.DivClassName
{
background-color: #C277C9;
}
.BgClassName
{
background-color: #C277C9;
}
</style>
border-color css
<style>
span { border-color: #C277C9; }
span { border-color: rgb(194,119,201); }
td.TdClassName
{
border-color: #C277C9;
}
.TagClassName
{
border-color: #C277C9;
}
</style>