Shades of Orchid #C17AC1
Tints of Orchid #C17AC1
RGB
CMYK
RGB Variations
Color information
#C17AC1 (or 0xC17AC1) is known color: Orchid. HEX triplet: C1, 7A and C1. RGB value is (193,122,193). Sum of RGB (Red+Green+Blue) = 193+122+193=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C17AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17AC1 is #3E853E. Grayscale: #979797. Windows color (decimal): -4097343 or 12679873. OLE color: 12679873.
HSL color Cylindrical-coordinate representation of color #C17AC1: hue angle of 300º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17AC1 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 193 | - |
| CMYK | 0 | 0.37 | 0 | 0.24 |
| HSL | 300º | 0.36% | 0.62% | - |
| HSV(B) | 300º | 0.37% | 0.76% | - |
| XYZ | 38.58 | 29.11 | 54.04 | - |
| YUV | 151.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 193 | 0 | 0.37 | 0 | 0.24 | 300 | 0.36 | 0.62 |
| Hex | C1 | 7A | C1 | 0 | 25 | 0 | 18 | 12C | 24 | 3E |
| Octal | 301 | 172 | 301 | 0 | 45 | 0 | 30 | 454 | 44 | 76 |
| Binary | 11000001 | 1111010 | 11000001 | 0 | 100101 | 0 | 11000 | 100101100 | 100100 | 111110 |
Color Harmonies of #C17AC1
Complementary color
Monochromatic Colors of #C17AC1
Black with #C17AC1
Text Example
Text Example
White with #C17AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17AC1; }
p { color: rgb(193,122,193); }
H1.HeaderClassName
{
color: #C17AC1;
}
.AnyTagClassName
{
color: #C17AC1;
}
</style>
background-color css
<style>
a { background-color: #C17AC1; }
a { background-color: rgb(193,122,193); }
div.DivClassName
{
background-color: #C17AC1;
}
.BgClassName
{
background-color: #C17AC1;
}
</style>
border-color css
<style>
span { border-color: #C17AC1; }
span { border-color: rgb(193,122,193); }
td.TdClassName
{
border-color: #C17AC1;
}
.TagClassName
{
border-color: #C17AC1;
}
</style>