Shades of Orchid #C17ACD
Tints of Orchid #C17ACD
RGB
CMYK
RGB Variations
Color information
#C17ACD (or 0xC17ACD) is known color: Orchid. HEX triplet: C1, 7A and CD. RGB value is (193,122,205). Sum of RGB (Red+Green+Blue) = 193+122+205=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #C17ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ACD is #3E8532. Grayscale: #989898. Windows color (decimal): -4097331 or 13466305. OLE color: 13466305.
HSL color Cylindrical-coordinate representation of color #C17ACD: hue angle of 291.33º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17ACD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 122 | 205 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.20 |
| HSL | 291.33º | 0.45% | 0.64% | - |
| HSV(B) | 291.33º | 0.4% | 0.8% | - |
| XYZ | 39.97 | 29.66 | 61.38 | - |
| YUV | 152.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 205 | 0.06 | 0.40 | 0 | 0.20 | 291.33 | 0.45 | 0.64 |
| Hex | C1 | 7A | CD | 6 | 28 | 0 | 14 | 123 | 2D | 40 |
| Octal | 301 | 172 | 315 | 6 | 50 | 0 | 24 | 443 | 55 | 100 |
| Binary | 11000001 | 1111010 | 11001101 | 110 | 101000 | 0 | 10100 | 100100011 | 101101 | 1000000 |
Color Harmonies of #C17ACD
Complementary color
Monochromatic Colors of #C17ACD
Black with #C17ACD
Text Example
Text Example
White with #C17ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17ACD; }
p { color: rgb(193,122,205); }
H1.HeaderClassName
{
color: #C17ACD;
}
.AnyTagClassName
{
color: #C17ACD;
}
</style>
background-color css
<style>
a { background-color: #C17ACD; }
a { background-color: rgb(193,122,205); }
div.DivClassName
{
background-color: #C17ACD;
}
.BgClassName
{
background-color: #C17ACD;
}
</style>
border-color css
<style>
span { border-color: #C17ACD; }
span { border-color: rgb(193,122,205); }
td.TdClassName
{
border-color: #C17ACD;
}
.TagClassName
{
border-color: #C17ACD;
}
</style>