Shades of Orchid #C17FCA
Tints of Orchid #C17FCA
RGB
CMYK
RGB Variations
Color information
#C17FCA (or 0xC17FCA) is known color: Orchid. HEX triplet: C1, 7F and CA. RGB value is (193,127,202). Sum of RGB (Red+Green+Blue) = 193+127+202=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #C17FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FCA is #3E8035. Grayscale: #9B9B9B. Windows color (decimal): -4096054 or 13270977. OLE color: 13270977.
HSL color Cylindrical-coordinate representation of color #C17FCA: hue angle of 292.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17FCA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 127 | 202 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.21 |
| HSL | 292.8º | 0.41% | 0.65% | - |
| HSV(B) | 292.8º | 0.37% | 0.79% | - |
| XYZ | 40.24 | 30.78 | 59.7 | - |
| YUV | 155.28 | 154.37 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 202 | 0.04 | 0.37 | 0 | 0.21 | 292.8 | 0.41 | 0.65 |
| Hex | C1 | 7F | CA | 4 | 25 | 0 | 15 | 125 | 29 | 41 |
| Octal | 301 | 177 | 312 | 4 | 45 | 0 | 25 | 445 | 51 | 101 |
| Binary | 11000001 | 1111111 | 11001010 | 100 | 100101 | 0 | 10101 | 100100101 | 101001 | 1000001 |
Color Harmonies of #C17FCA
Complementary color
Monochromatic Colors of #C17FCA
Black with #C17FCA
Text Example
Text Example
White with #C17FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FCA; }
p { color: rgb(193,127,202); }
H1.HeaderClassName
{
color: #C17FCA;
}
.AnyTagClassName
{
color: #C17FCA;
}
</style>
background-color css
<style>
a { background-color: #C17FCA; }
a { background-color: rgb(193,127,202); }
div.DivClassName
{
background-color: #C17FCA;
}
.BgClassName
{
background-color: #C17FCA;
}
</style>
border-color css
<style>
span { border-color: #C17FCA; }
span { border-color: rgb(193,127,202); }
td.TdClassName
{
border-color: #C17FCA;
}
.TagClassName
{
border-color: #C17FCA;
}
</style>