Shades of Orchid #C17CCC
Tints of Orchid #C17CCC
RGB
CMYK
RGB Variations
Color information
#C17CCC (or 0xC17CCC) is known color: Orchid. HEX triplet: C1, 7C and CC. RGB value is (193,124,204). Sum of RGB (Red+Green+Blue) = 193+124+204=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #C17CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CCC is #3E8333. Grayscale: #999999. Windows color (decimal): -4096820 or 13401281. OLE color: 13401281.
HSL color Cylindrical-coordinate representation of color #C17CCC: hue angle of 291.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17CCC is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 124 | 204 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.2 |
| HSL | 291.75º | 0.44% | 0.64% | - |
| HSV(B) | 291.75º | 0.39% | 0.8% | - |
| XYZ | 40.1 | 30.11 | 60.83 | - |
| YUV | 153.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 204 | 0.05 | 0.39 | 0 | 0.2 | 291.75 | 0.44 | 0.64 |
| Hex | C1 | 7C | CC | 5 | 27 | 0 | 14 | 124 | 2C | 40 |
| Octal | 301 | 174 | 314 | 5 | 47 | 0 | 24 | 444 | 54 | 100 |
| Binary | 11000001 | 1111100 | 11001100 | 101 | 100111 | 0 | 10100 | 100100100 | 101100 | 1000000 |
Color Harmonies of #C17CCC
Complementary color
Monochromatic Colors of #C17CCC
Black with #C17CCC
Text Example
Text Example
White with #C17CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CCC; }
p { color: rgb(193,124,204); }
H1.HeaderClassName
{
color: #C17CCC;
}
.AnyTagClassName
{
color: #C17CCC;
}
</style>
background-color css
<style>
a { background-color: #C17CCC; }
a { background-color: rgb(193,124,204); }
div.DivClassName
{
background-color: #C17CCC;
}
.BgClassName
{
background-color: #C17CCC;
}
</style>
border-color css
<style>
span { border-color: #C17CCC; }
span { border-color: rgb(193,124,204); }
td.TdClassName
{
border-color: #C17CCC;
}
.TagClassName
{
border-color: #C17CCC;
}
</style>