Shades of Orchid #C17ACA
Tints of Orchid #C17ACA
RGB
CMYK
RGB Variations
Color information
#C17ACA (or 0xC17ACA) is known color: Orchid. HEX triplet: C1, 7A and CA. RGB value is (193,122,202). Sum of RGB (Red+Green+Blue) = 193+122+202=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #C17ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ACA is #3E8535. Grayscale: #989898. Windows color (decimal): -4097334 or 13269697. OLE color: 13269697.
HSL color Cylindrical-coordinate representation of color #C17ACA: hue angle of 293.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17ACA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 122 | 202 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.21 |
| HSL | 293.25º | 0.43% | 0.64% | - |
| HSV(B) | 293.25º | 0.4% | 0.79% | - |
| XYZ | 39.61 | 29.52 | 59.49 | - |
| YUV | 152.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 202 | 0.04 | 0.40 | 0 | 0.21 | 293.25 | 0.43 | 0.64 |
| Hex | C1 | 7A | CA | 4 | 28 | 0 | 15 | 125 | 2B | 40 |
| Octal | 301 | 172 | 312 | 4 | 50 | 0 | 25 | 445 | 53 | 100 |
| Binary | 11000001 | 1111010 | 11001010 | 100 | 101000 | 0 | 10101 | 100100101 | 101011 | 1000000 |
Color Harmonies of #C17ACA
Complementary color
Monochromatic Colors of #C17ACA
Black with #C17ACA
Text Example
Text Example
White with #C17ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17ACA; }
p { color: rgb(193,122,202); }
H1.HeaderClassName
{
color: #C17ACA;
}
.AnyTagClassName
{
color: #C17ACA;
}
</style>
background-color css
<style>
a { background-color: #C17ACA; }
a { background-color: rgb(193,122,202); }
div.DivClassName
{
background-color: #C17ACA;
}
.BgClassName
{
background-color: #C17ACA;
}
</style>
border-color css
<style>
span { border-color: #C17ACA; }
span { border-color: rgb(193,122,202); }
td.TdClassName
{
border-color: #C17ACA;
}
.TagClassName
{
border-color: #C17ACA;
}
</style>