Shades of Orchid #C17FC1
Tints of Orchid #C17FC1
RGB
CMYK
RGB Variations
Color information
#C17FC1 (or 0xC17FC1) is known color: Orchid. HEX triplet: C1, 7F and C1. RGB value is (193,127,193). Sum of RGB (Red+Green+Blue) = 193+127+193=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C17FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FC1 is #3E803E. Grayscale: #9A9A9A. Windows color (decimal): -4096063 or 12681153. OLE color: 12681153.
HSL color Cylindrical-coordinate representation of color #C17FC1: hue angle of 300º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C17FC1 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 193 | - |
| CMYK | 0 | 0.34 | 0 | 0.24 |
| HSL | 300º | 0.35% | 0.63% | - |
| HSV(B) | 300º | 0.34% | 0.76% | - |
| XYZ | 39.21 | 30.37 | 54.25 | - |
| YUV | 154.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 193 | 0 | 0.34 | 0 | 0.24 | 300 | 0.35 | 0.63 |
| Hex | C1 | 7F | C1 | 0 | 22 | 0 | 18 | 12C | 23 | 3F |
| Octal | 301 | 177 | 301 | 0 | 42 | 0 | 30 | 454 | 43 | 77 |
| Binary | 11000001 | 1111111 | 11000001 | 0 | 100010 | 0 | 11000 | 100101100 | 100011 | 111111 |
Color Harmonies of #C17FC1
Complementary color
Monochromatic Colors of #C17FC1
Black with #C17FC1
Text Example
Text Example
White with #C17FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FC1; }
p { color: rgb(193,127,193); }
H1.HeaderClassName
{
color: #C17FC1;
}
.AnyTagClassName
{
color: #C17FC1;
}
</style>
background-color css
<style>
a { background-color: #C17FC1; }
a { background-color: rgb(193,127,193); }
div.DivClassName
{
background-color: #C17FC1;
}
.BgClassName
{
background-color: #C17FC1;
}
</style>
border-color css
<style>
span { border-color: #C17FC1; }
span { border-color: rgb(193,127,193); }
td.TdClassName
{
border-color: #C17FC1;
}
.TagClassName
{
border-color: #C17FC1;
}
</style>