Shades of Orchid #C277D5
Tints of Orchid #C277D5
RGB
CMYK
RGB Variations
Color information
#C277D5 (or 0xC277D5) is known color: Orchid. HEX triplet: C2, 77 and D5. RGB value is (194,119,213). Sum of RGB (Red+Green+Blue) = 194+119+213=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #C277D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277D5 is #3D882A. Grayscale: #979797. Windows color (decimal): -4032555 or 13989826. OLE color: 13989826.
HSL color Cylindrical-coordinate representation of color #C277D5: hue angle of 287.87º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C277D5 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 119 | 213 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.16 |
| HSL | 287.87º | 0.53% | 0.65% | - |
| HSV(B) | 287.87º | 0.44% | 0.84% | - |
| XYZ | 40.86 | 29.47 | 66.49 | - |
| YUV | 152.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 213 | 0.09 | 0.44 | 0 | 0.16 | 287.87 | 0.53 | 0.65 |
| Hex | C2 | 77 | D5 | 9 | 2C | 0 | 10 | 120 | 35 | 41 |
| Octal | 302 | 167 | 325 | 11 | 54 | 0 | 20 | 440 | 65 | 101 |
| Binary | 11000010 | 1110111 | 11010101 | 1001 | 101100 | 0 | 10000 | 100100000 | 110101 | 1000001 |
Color Harmonies of #C277D5
Complementary color
Monochromatic Colors of #C277D5
Black with #C277D5
Text Example
Text Example
White with #C277D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C277D5; }
p { color: rgb(194,119,213); }
H1.HeaderClassName
{
color: #C277D5;
}
.AnyTagClassName
{
color: #C277D5;
}
</style>
background-color css
<style>
a { background-color: #C277D5; }
a { background-color: rgb(194,119,213); }
div.DivClassName
{
background-color: #C277D5;
}
.BgClassName
{
background-color: #C277D5;
}
</style>
border-color css
<style>
span { border-color: #C277D5; }
span { border-color: rgb(194,119,213); }
td.TdClassName
{
border-color: #C277D5;
}
.TagClassName
{
border-color: #C277D5;
}
</style>