Shades of Orchid #C17CC9
Tints of Orchid #C17CC9
RGB
CMYK
RGB Variations
Color information
#C17CC9 (or 0xC17CC9) is known color: Orchid. HEX triplet: C1, 7C and C9. RGB value is (193,124,201). Sum of RGB (Red+Green+Blue) = 193+124+201=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #C17CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CC9 is #3E8336. Grayscale: #999999. Windows color (decimal): -4096823 or 13204673. OLE color: 13204673.
HSL color Cylindrical-coordinate representation of color #C17CC9: hue angle of 293.77º 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 #C17CC9 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 124 | 201 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.21 |
| HSL | 293.77º | 0.42% | 0.64% | - |
| HSV(B) | 293.77º | 0.38% | 0.79% | - |
| XYZ | 39.74 | 29.97 | 58.95 | - |
| YUV | 153.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 201 | 0.04 | 0.38 | 0 | 0.21 | 293.77 | 0.42 | 0.64 |
| Hex | C1 | 7C | C9 | 4 | 26 | 0 | 15 | 126 | 2A | 40 |
| Octal | 301 | 174 | 311 | 4 | 46 | 0 | 25 | 446 | 52 | 100 |
| Binary | 11000001 | 1111100 | 11001001 | 100 | 100110 | 0 | 10101 | 100100110 | 101010 | 1000000 |
Color Harmonies of #C17CC9
Complementary color
Monochromatic Colors of #C17CC9
Black with #C17CC9
Text Example
Text Example
White with #C17CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CC9; }
p { color: rgb(193,124,201); }
H1.HeaderClassName
{
color: #C17CC9;
}
.AnyTagClassName
{
color: #C17CC9;
}
</style>
background-color css
<style>
a { background-color: #C17CC9; }
a { background-color: rgb(193,124,201); }
div.DivClassName
{
background-color: #C17CC9;
}
.BgClassName
{
background-color: #C17CC9;
}
</style>
border-color css
<style>
span { border-color: #C17CC9; }
span { border-color: rgb(193,124,201); }
td.TdClassName
{
border-color: #C17CC9;
}
.TagClassName
{
border-color: #C17CC9;
}
</style>