Shades of Orchid #C17CCA
Tints of Orchid #C17CCA
RGB
CMYK
RGB Variations
Color information
#C17CCA (or 0xC17CCA) is known color: Orchid. HEX triplet: C1, 7C and CA. RGB value is (193,124,202). Sum of RGB (Red+Green+Blue) = 193+124+202=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #C17CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CCA is #3E8335. Grayscale: #999999. Windows color (decimal): -4096822 or 13270209. OLE color: 13270209.
HSL color Cylindrical-coordinate representation of color #C17CCA: hue angle of 293.08º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17CCA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 124 | 202 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.21 |
| HSL | 293.08º | 0.42% | 0.64% | - |
| HSV(B) | 293.08º | 0.39% | 0.79% | - |
| XYZ | 39.86 | 30.02 | 59.57 | - |
| YUV | 153.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 202 | 0.04 | 0.39 | 0 | 0.21 | 293.08 | 0.42 | 0.64 |
| Hex | C1 | 7C | CA | 4 | 27 | 0 | 15 | 125 | 2A | 40 |
| Octal | 301 | 174 | 312 | 4 | 47 | 0 | 25 | 445 | 52 | 100 |
| Binary | 11000001 | 1111100 | 11001010 | 100 | 100111 | 0 | 10101 | 100100101 | 101010 | 1000000 |
Color Harmonies of #C17CCA
Complementary color
Monochromatic Colors of #C17CCA
Black with #C17CCA
Text Example
Text Example
White with #C17CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CCA; }
p { color: rgb(193,124,202); }
H1.HeaderClassName
{
color: #C17CCA;
}
.AnyTagClassName
{
color: #C17CCA;
}
</style>
background-color css
<style>
a { background-color: #C17CCA; }
a { background-color: rgb(193,124,202); }
div.DivClassName
{
background-color: #C17CCA;
}
.BgClassName
{
background-color: #C17CCA;
}
</style>
border-color css
<style>
span { border-color: #C17CCA; }
span { border-color: rgb(193,124,202); }
td.TdClassName
{
border-color: #C17CCA;
}
.TagClassName
{
border-color: #C17CCA;
}
</style>