Shades of Orchid #C17ECA
Tints of Orchid #C17ECA
RGB
CMYK
RGB Variations
Color information
#C17ECA (or 0xC17ECA) is known color: Orchid. HEX triplet: C1, 7E and CA. RGB value is (193,126,202). Sum of RGB (Red+Green+Blue) = 193+126+202=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #C17ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ECA is #3E8135. Grayscale: #9A9A9A. Windows color (decimal): -4096310 or 13270721. OLE color: 13270721.
HSL color Cylindrical-coordinate representation of color #C17ECA: hue angle of 292.89º 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 #C17ECA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 126 | 202 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.21 |
| HSL | 292.89º | 0.42% | 0.64% | - |
| HSV(B) | 292.89º | 0.38% | 0.79% | - |
| XYZ | 40.11 | 30.52 | 59.65 | - |
| YUV | 154.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 202 | 0.04 | 0.38 | 0 | 0.21 | 292.89 | 0.42 | 0.64 |
| Hex | C1 | 7E | CA | 4 | 26 | 0 | 15 | 125 | 2A | 40 |
| Octal | 301 | 176 | 312 | 4 | 46 | 0 | 25 | 445 | 52 | 100 |
| Binary | 11000001 | 1111110 | 11001010 | 100 | 100110 | 0 | 10101 | 100100101 | 101010 | 1000000 |
Color Harmonies of #C17ECA
Complementary color
Monochromatic Colors of #C17ECA
Black with #C17ECA
Text Example
Text Example
White with #C17ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17ECA; }
p { color: rgb(193,126,202); }
H1.HeaderClassName
{
color: #C17ECA;
}
.AnyTagClassName
{
color: #C17ECA;
}
</style>
background-color css
<style>
a { background-color: #C17ECA; }
a { background-color: rgb(193,126,202); }
div.DivClassName
{
background-color: #C17ECA;
}
.BgClassName
{
background-color: #C17ECA;
}
</style>
border-color css
<style>
span { border-color: #C17ECA; }
span { border-color: rgb(193,126,202); }
td.TdClassName
{
border-color: #C17ECA;
}
.TagClassName
{
border-color: #C17ECA;
}
</style>