Shades of Orchid #C178C6
Tints of Orchid #C178C6
RGB
CMYK
RGB Variations
Color information
#C178C6 (or 0xC178C6) is known color: Orchid. HEX triplet: C1, 78 and C6. RGB value is (193,120,198). Sum of RGB (Red+Green+Blue) = 193+120+198=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #C178C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178C6 is #3E8739. Grayscale: #969696. Windows color (decimal): -4097850 or 13007041. OLE color: 13007041.
HSL color Cylindrical-coordinate representation of color #C178C6: hue angle of 296.15º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C178C6 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 120 | 198 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.22 |
| HSL | 296.15º | 0.41% | 0.62% | - |
| HSV(B) | 296.15º | 0.39% | 0.78% | - |
| XYZ | 38.9 | 28.85 | 56.94 | - |
| YUV | 150.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 198 | 0.03 | 0.39 | 0 | 0.22 | 296.15 | 0.41 | 0.62 |
| Hex | C1 | 78 | C6 | 3 | 27 | 0 | 16 | 128 | 29 | 3E |
| Octal | 301 | 170 | 306 | 3 | 47 | 0 | 26 | 450 | 51 | 76 |
| Binary | 11000001 | 1111000 | 11000110 | 11 | 100111 | 0 | 10110 | 100101000 | 101001 | 111110 |
Color Harmonies of #C178C6
Complementary color
Monochromatic Colors of #C178C6
Black with #C178C6
Text Example
Text Example
White with #C178C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178C6; }
p { color: rgb(193,120,198); }
H1.HeaderClassName
{
color: #C178C6;
}
.AnyTagClassName
{
color: #C178C6;
}
</style>
background-color css
<style>
a { background-color: #C178C6; }
a { background-color: rgb(193,120,198); }
div.DivClassName
{
background-color: #C178C6;
}
.BgClassName
{
background-color: #C178C6;
}
</style>
border-color css
<style>
span { border-color: #C178C6; }
span { border-color: rgb(193,120,198); }
td.TdClassName
{
border-color: #C178C6;
}
.TagClassName
{
border-color: #C178C6;
}
</style>