Shades of Orchid #C17CC4
Tints of Orchid #C17CC4
RGB
CMYK
RGB Variations
Color information
#C17CC4 (or 0xC17CC4) is known color: Orchid. HEX triplet: C1, 7C and C4. RGB value is (193,124,196). Sum of RGB (Red+Green+Blue) = 193+124+196=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #C17CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CC4 is #3E833B. Grayscale: #989898. Windows color (decimal): -4096828 or 12876993. OLE color: 12876993.
HSL color Cylindrical-coordinate representation of color #C17CC4: hue angle of 297.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17CC4 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 124 | 196 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.23 |
| HSL | 297.5º | 0.38% | 0.63% | - |
| HSV(B) | 297.5º | 0.37% | 0.77% | - |
| XYZ | 39.16 | 29.74 | 55.9 | - |
| YUV | 152.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 196 | 0.02 | 0.37 | 0 | 0.23 | 297.5 | 0.38 | 0.63 |
| Hex | C1 | 7C | C4 | 2 | 25 | 0 | 17 | 12A | 26 | 3F |
| Octal | 301 | 174 | 304 | 2 | 45 | 0 | 27 | 452 | 46 | 77 |
| Binary | 11000001 | 1111100 | 11000100 | 10 | 100101 | 0 | 10111 | 100101010 | 100110 | 111111 |
Color Harmonies of #C17CC4
Complementary color
Monochromatic Colors of #C17CC4
Black with #C17CC4
Text Example
Text Example
White with #C17CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CC4; }
p { color: rgb(193,124,196); }
H1.HeaderClassName
{
color: #C17CC4;
}
.AnyTagClassName
{
color: #C17CC4;
}
</style>
background-color css
<style>
a { background-color: #C17CC4; }
a { background-color: rgb(193,124,196); }
div.DivClassName
{
background-color: #C17CC4;
}
.BgClassName
{
background-color: #C17CC4;
}
</style>
border-color css
<style>
span { border-color: #C17CC4; }
span { border-color: rgb(193,124,196); }
td.TdClassName
{
border-color: #C17CC4;
}
.TagClassName
{
border-color: #C17CC4;
}
</style>