Shades of Orchid #C277C5
Tints of Orchid #C277C5
RGB
CMYK
RGB Variations
Color information
#C277C5 (or 0xC277C5) is known color: Orchid. HEX triplet: C2, 77 and C5. RGB value is (194,119,197). Sum of RGB (Red+Green+Blue) = 194+119+197=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #C277C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277C5 is #3D883A. Grayscale: #969696. Windows color (decimal): -4032571 or 12941250. OLE color: 12941250.
HSL color Cylindrical-coordinate representation of color #C277C5: hue angle of 297.69º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C277C5 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 119 | 197 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.23 |
| HSL | 297.69º | 0.4% | 0.62% | - |
| HSV(B) | 297.69º | 0.4% | 0.77% | - |
| XYZ | 38.92 | 28.69 | 56.31 | - |
| YUV | 150.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 197 | 0.02 | 0.40 | 0 | 0.23 | 297.69 | 0.4 | 0.62 |
| Hex | C2 | 77 | C5 | 2 | 28 | 0 | 17 | 12A | 28 | 3E |
| Octal | 302 | 167 | 305 | 2 | 50 | 0 | 27 | 452 | 50 | 76 |
| Binary | 11000010 | 1110111 | 11000101 | 10 | 101000 | 0 | 10111 | 100101010 | 101000 | 111110 |
Color Harmonies of #C277C5
Complementary color
Monochromatic Colors of #C277C5
Black with #C277C5
Text Example
Text Example
White with #C277C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C277C5; }
p { color: rgb(194,119,197); }
H1.HeaderClassName
{
color: #C277C5;
}
.AnyTagClassName
{
color: #C277C5;
}
</style>
background-color css
<style>
a { background-color: #C277C5; }
a { background-color: rgb(194,119,197); }
div.DivClassName
{
background-color: #C277C5;
}
.BgClassName
{
background-color: #C277C5;
}
</style>
border-color css
<style>
span { border-color: #C277C5; }
span { border-color: rgb(194,119,197); }
td.TdClassName
{
border-color: #C277C5;
}
.TagClassName
{
border-color: #C277C5;
}
</style>