Shades of Orchid #C175C9
Tints of Orchid #C175C9
RGB
CMYK
RGB Variations
Color information
#C175C9 (or 0xC175C9) is known color: Orchid. HEX triplet: C1, 75 and C9. RGB value is (193,117,201). Sum of RGB (Red+Green+Blue) = 193+117+201=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #C175C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175C9 is #3E8A36. Grayscale: #959595. Windows color (decimal): -4098615 or 13202881. OLE color: 13202881.
HSL color Cylindrical-coordinate representation of color #C175C9: hue angle of 294.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C175C9 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 117 | 201 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.21 |
| HSL | 294.29º | 0.44% | 0.62% | - |
| HSV(B) | 294.29º | 0.42% | 0.79% | - |
| XYZ | 38.9 | 28.28 | 58.67 | - |
| YUV | 149.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 201 | 0.04 | 0.42 | 0 | 0.21 | 294.29 | 0.44 | 0.62 |
| Hex | C1 | 75 | C9 | 4 | 2A | 0 | 15 | 126 | 2C | 3E |
| Octal | 301 | 165 | 311 | 4 | 52 | 0 | 25 | 446 | 54 | 76 |
| Binary | 11000001 | 1110101 | 11001001 | 100 | 101010 | 0 | 10101 | 100100110 | 101100 | 111110 |
Color Harmonies of #C175C9
Complementary color
Monochromatic Colors of #C175C9
Black with #C175C9
Text Example
Text Example
White with #C175C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175C9; }
p { color: rgb(193,117,201); }
H1.HeaderClassName
{
color: #C175C9;
}
.AnyTagClassName
{
color: #C175C9;
}
</style>
background-color css
<style>
a { background-color: #C175C9; }
a { background-color: rgb(193,117,201); }
div.DivClassName
{
background-color: #C175C9;
}
.BgClassName
{
background-color: #C175C9;
}
</style>
border-color css
<style>
span { border-color: #C175C9; }
span { border-color: rgb(193,117,201); }
td.TdClassName
{
border-color: #C175C9;
}
.TagClassName
{
border-color: #C175C9;
}
</style>