Shades of Orchid #C57ECA
Tints of Orchid #C57ECA
RGB
CMYK
RGB Variations
Color information
#C57ECA (or 0xC57ECA) is known color: Orchid. HEX triplet: C5, 7E and CA. RGB value is (197,126,202). Sum of RGB (Red+Green+Blue) = 197+126+202=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #C57ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ECA is #3A8135. Grayscale: #9B9B9B. Windows color (decimal): -3834166 or 13270725. OLE color: 13270725.
HSL color Cylindrical-coordinate representation of color #C57ECA: hue angle of 296.05º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57ECA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 126 | 202 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.21 |
| HSL | 296.05º | 0.42% | 0.64% | - |
| HSV(B) | 296.05º | 0.38% | 0.79% | - |
| XYZ | 41.15 | 31.06 | 59.7 | - |
| YUV | 155.89 | 154.02 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 202 | 0.02 | 0.38 | 0 | 0.21 | 296.05 | 0.42 | 0.64 |
| Hex | C5 | 7E | CA | 2 | 26 | 0 | 15 | 128 | 2A | 40 |
| Octal | 305 | 176 | 312 | 2 | 46 | 0 | 25 | 450 | 52 | 100 |
| Binary | 11000101 | 1111110 | 11001010 | 10 | 100110 | 0 | 10101 | 100101000 | 101010 | 1000000 |
Color Harmonies of #C57ECA
Complementary color
Monochromatic Colors of #C57ECA
Black with #C57ECA
Text Example
Text Example
White with #C57ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57ECA; }
p { color: rgb(197,126,202); }
H1.HeaderClassName
{
color: #C57ECA;
}
.AnyTagClassName
{
color: #C57ECA;
}
</style>
background-color css
<style>
a { background-color: #C57ECA; }
a { background-color: rgb(197,126,202); }
div.DivClassName
{
background-color: #C57ECA;
}
.BgClassName
{
background-color: #C57ECA;
}
</style>
border-color css
<style>
span { border-color: #C57ECA; }
span { border-color: rgb(197,126,202); }
td.TdClassName
{
border-color: #C57ECA;
}
.TagClassName
{
border-color: #C57ECA;
}
</style>