Shades of Orchid #C17CC3
Tints of Orchid #C17CC3
RGB
CMYK
RGB Variations
Color information
#C17CC3 (or 0xC17CC3) is known color: Orchid. HEX triplet: C1, 7C and C3. RGB value is (193,124,195). Sum of RGB (Red+Green+Blue) = 193+124+195=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #C17CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CC3 is #3E833C. Grayscale: #989898. Windows color (decimal): -4096829 or 12811457. OLE color: 12811457.
HSL color Cylindrical-coordinate representation of color #C17CC3: hue angle of 298.31º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17CC3 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 195 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.24 |
| HSL | 298.31º | 0.37% | 0.63% | - |
| HSV(B) | 298.31º | 0.36% | 0.76% | - |
| XYZ | 39.05 | 29.69 | 55.3 | - |
| YUV | 152.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 195 | 0.01 | 0.36 | 0 | 0.24 | 298.31 | 0.37 | 0.63 |
| Hex | C1 | 7C | C3 | 1 | 24 | 0 | 18 | 12A | 25 | 3F |
| Octal | 301 | 174 | 303 | 1 | 44 | 0 | 30 | 452 | 45 | 77 |
| Binary | 11000001 | 1111100 | 11000011 | 1 | 100100 | 0 | 11000 | 100101010 | 100101 | 111111 |
Color Harmonies of #C17CC3
Complementary color
Monochromatic Colors of #C17CC3
Black with #C17CC3
Text Example
Text Example
White with #C17CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CC3; }
p { color: rgb(193,124,195); }
H1.HeaderClassName
{
color: #C17CC3;
}
.AnyTagClassName
{
color: #C17CC3;
}
</style>
background-color css
<style>
a { background-color: #C17CC3; }
a { background-color: rgb(193,124,195); }
div.DivClassName
{
background-color: #C17CC3;
}
.BgClassName
{
background-color: #C17CC3;
}
</style>
border-color css
<style>
span { border-color: #C17CC3; }
span { border-color: rgb(193,124,195); }
td.TdClassName
{
border-color: #C17CC3;
}
.TagClassName
{
border-color: #C17CC3;
}
</style>