Shades of Orchid #C178C5
Tints of Orchid #C178C5
RGB
CMYK
RGB Variations
Color information
#C178C5 (or 0xC178C5) is known color: Orchid. HEX triplet: C1, 78 and C5. RGB value is (193,120,197). Sum of RGB (Red+Green+Blue) = 193+120+197=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #C178C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178C5 is #3E873A. Grayscale: #969696. Windows color (decimal): -4097851 or 12941505. OLE color: 12941505.
HSL color Cylindrical-coordinate representation of color #C178C5: hue angle of 296.88º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C178C5 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 120 | 197 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.23 |
| HSL | 296.88º | 0.4% | 0.62% | - |
| HSV(B) | 296.88º | 0.39% | 0.77% | - |
| XYZ | 38.79 | 28.8 | 56.34 | - |
| YUV | 150.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 197 | 0.02 | 0.39 | 0 | 0.23 | 296.88 | 0.4 | 0.62 |
| Hex | C1 | 78 | C5 | 2 | 27 | 0 | 17 | 129 | 28 | 3E |
| Octal | 301 | 170 | 305 | 2 | 47 | 0 | 27 | 451 | 50 | 76 |
| Binary | 11000001 | 1111000 | 11000101 | 10 | 100111 | 0 | 10111 | 100101001 | 101000 | 111110 |
Color Harmonies of #C178C5
Complementary color
Monochromatic Colors of #C178C5
Black with #C178C5
Text Example
Text Example
White with #C178C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178C5; }
p { color: rgb(193,120,197); }
H1.HeaderClassName
{
color: #C178C5;
}
.AnyTagClassName
{
color: #C178C5;
}
</style>
background-color css
<style>
a { background-color: #C178C5; }
a { background-color: rgb(193,120,197); }
div.DivClassName
{
background-color: #C178C5;
}
.BgClassName
{
background-color: #C178C5;
}
</style>
border-color css
<style>
span { border-color: #C178C5; }
span { border-color: rgb(193,120,197); }
td.TdClassName
{
border-color: #C178C5;
}
.TagClassName
{
border-color: #C178C5;
}
</style>