Shades of Orchid #C57ECB
Tints of Orchid #C57ECB
RGB
CMYK
RGB Variations
Color information
#C57ECB (or 0xC57ECB) is known color: Orchid. HEX triplet: C5, 7E and CB. RGB value is (197,126,203). Sum of RGB (Red+Green+Blue) = 197+126+203=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #C57ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ECB is #3A8134. Grayscale: #9B9B9B. Windows color (decimal): -3834165 or 13336261. OLE color: 13336261.
HSL color Cylindrical-coordinate representation of color #C57ECB: hue angle of 295.32º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57ECB is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 126 | 203 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.20 |
| HSL | 295.32º | 0.43% | 0.65% | - |
| HSV(B) | 295.32º | 0.38% | 0.8% | - |
| XYZ | 41.27 | 31.1 | 60.33 | - |
| YUV | 156.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 203 | 0.03 | 0.38 | 0 | 0.20 | 295.32 | 0.43 | 0.65 |
| Hex | C5 | 7E | CB | 3 | 26 | 0 | 14 | 127 | 2B | 41 |
| Octal | 305 | 176 | 313 | 3 | 46 | 0 | 24 | 447 | 53 | 101 |
| Binary | 11000101 | 1111110 | 11001011 | 11 | 100110 | 0 | 10100 | 100100111 | 101011 | 1000001 |
Color Harmonies of #C57ECB
Complementary color
Monochromatic Colors of #C57ECB
Black with #C57ECB
Text Example
Text Example
White with #C57ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57ECB; }
p { color: rgb(197,126,203); }
H1.HeaderClassName
{
color: #C57ECB;
}
.AnyTagClassName
{
color: #C57ECB;
}
</style>
background-color css
<style>
a { background-color: #C57ECB; }
a { background-color: rgb(197,126,203); }
div.DivClassName
{
background-color: #C57ECB;
}
.BgClassName
{
background-color: #C57ECB;
}
</style>
border-color css
<style>
span { border-color: #C57ECB; }
span { border-color: rgb(197,126,203); }
td.TdClassName
{
border-color: #C57ECB;
}
.TagClassName
{
border-color: #C57ECB;
}
</style>