Shades of Orchid #C17ECD
Tints of Orchid #C17ECD
RGB
CMYK
RGB Variations
Color information
#C17ECD (or 0xC17ECD) is known color: Orchid. HEX triplet: C1, 7E and CD. RGB value is (193,126,205). Sum of RGB (Red+Green+Blue) = 193+126+205=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #C17ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ECD is #3E8132. Grayscale: #9A9A9A. Windows color (decimal): -4096307 or 13467329. OLE color: 13467329.
HSL color Cylindrical-coordinate representation of color #C17ECD: hue angle of 290.89º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17ECD is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 126 | 205 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.20 |
| HSL | 290.89º | 0.44% | 0.65% | - |
| HSV(B) | 290.89º | 0.39% | 0.8% | - |
| XYZ | 40.47 | 30.67 | 61.54 | - |
| YUV | 155.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 205 | 0.06 | 0.39 | 0 | 0.20 | 290.89 | 0.44 | 0.65 |
| Hex | C1 | 7E | CD | 6 | 27 | 0 | 14 | 123 | 2C | 41 |
| Octal | 301 | 176 | 315 | 6 | 47 | 0 | 24 | 443 | 54 | 101 |
| Binary | 11000001 | 1111110 | 11001101 | 110 | 100111 | 0 | 10100 | 100100011 | 101100 | 1000001 |
Color Harmonies of #C17ECD
Complementary color
Monochromatic Colors of #C17ECD
Black with #C17ECD
Text Example
Text Example
White with #C17ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17ECD; }
p { color: rgb(193,126,205); }
H1.HeaderClassName
{
color: #C17ECD;
}
.AnyTagClassName
{
color: #C17ECD;
}
</style>
background-color css
<style>
a { background-color: #C17ECD; }
a { background-color: rgb(193,126,205); }
div.DivClassName
{
background-color: #C17ECD;
}
.BgClassName
{
background-color: #C17ECD;
}
</style>
border-color css
<style>
span { border-color: #C17ECD; }
span { border-color: rgb(193,126,205); }
td.TdClassName
{
border-color: #C17ECD;
}
.TagClassName
{
border-color: #C17ECD;
}
</style>