Shades of Orchid #C175C5
Tints of Orchid #C175C5
RGB
CMYK
RGB Variations
Color information
#C175C5 (or 0xC175C5) is known color: Orchid. HEX triplet: C1, 75 and C5. RGB value is (193,117,197). Sum of RGB (Red+Green+Blue) = 193+117+197=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #C175C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175C5 is #3E8A3A. Grayscale: #949494. Windows color (decimal): -4098619 or 12940737. OLE color: 12940737.
HSL color Cylindrical-coordinate representation of color #C175C5: hue angle of 297º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C175C5 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 117 | 197 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.23 |
| HSL | 297º | 0.41% | 0.62% | - |
| HSV(B) | 297º | 0.41% | 0.77% | - |
| XYZ | 38.43 | 28.09 | 56.22 | - |
| YUV | 148.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 197 | 0.02 | 0.41 | 0 | 0.23 | 297 | 0.41 | 0.62 |
| Hex | C1 | 75 | C5 | 2 | 29 | 0 | 17 | 129 | 29 | 3E |
| Octal | 301 | 165 | 305 | 2 | 51 | 0 | 27 | 451 | 51 | 76 |
| Binary | 11000001 | 1110101 | 11000101 | 10 | 101001 | 0 | 10111 | 100101001 | 101001 | 111110 |
Color Harmonies of #C175C5
Complementary color
Monochromatic Colors of #C175C5
Black with #C175C5
Text Example
Text Example
White with #C175C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175C5; }
p { color: rgb(193,117,197); }
H1.HeaderClassName
{
color: #C175C5;
}
.AnyTagClassName
{
color: #C175C5;
}
</style>
background-color css
<style>
a { background-color: #C175C5; }
a { background-color: rgb(193,117,197); }
div.DivClassName
{
background-color: #C175C5;
}
.BgClassName
{
background-color: #C175C5;
}
</style>
border-color css
<style>
span { border-color: #C175C5; }
span { border-color: rgb(193,117,197); }
td.TdClassName
{
border-color: #C175C5;
}
.TagClassName
{
border-color: #C175C5;
}
</style>