Shades of Orchid #C577C1
Tints of Orchid #C577C1
RGB
CMYK
RGB Variations
Color information
#C577C1 (or 0xC577C1) is known color: Orchid. HEX triplet: C5, 77 and C1. RGB value is (197,119,193). Sum of RGB (Red+Green+Blue) = 197+119+193=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C577C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577C1 is #3A883E. Grayscale: #969696. Windows color (decimal): -3835967 or 12679109. OLE color: 12679109.
HSL color Cylindrical-coordinate representation of color #C577C1: hue angle of 303.08º 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 #C577C1 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 193 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.23 |
| HSL | 303.08º | 0.4% | 0.62% | - |
| HSV(B) | 303.08º | 0.4% | 0.77% | - |
| XYZ | 39.25 | 28.91 | 53.96 | - |
| YUV | 150.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 193 | 0 | 0.40 | 0.02 | 0.23 | 303.08 | 0.4 | 0.62 |
| Hex | C5 | 77 | C1 | 0 | 28 | 2 | 17 | 12F | 28 | 3E |
| Octal | 305 | 167 | 301 | 0 | 50 | 2 | 27 | 457 | 50 | 76 |
| Binary | 11000101 | 1110111 | 11000001 | 0 | 101000 | 10 | 10111 | 100101111 | 101000 | 111110 |
Color Harmonies of #C577C1
Complementary color
Monochromatic Colors of #C577C1
Black with #C577C1
Text Example
Text Example
White with #C577C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577C1; }
p { color: rgb(197,119,193); }
H1.HeaderClassName
{
color: #C577C1;
}
.AnyTagClassName
{
color: #C577C1;
}
</style>
background-color css
<style>
a { background-color: #C577C1; }
a { background-color: rgb(197,119,193); }
div.DivClassName
{
background-color: #C577C1;
}
.BgClassName
{
background-color: #C577C1;
}
</style>
border-color css
<style>
span { border-color: #C577C1; }
span { border-color: rgb(197,119,193); }
td.TdClassName
{
border-color: #C577C1;
}
.TagClassName
{
border-color: #C577C1;
}
</style>