Shades of Orchid #C178CE
Tints of Orchid #C178CE
RGB
CMYK
RGB Variations
Color information
#C178CE (or 0xC178CE) is known color: Orchid. HEX triplet: C1, 78 and CE. RGB value is (193,120,206). Sum of RGB (Red+Green+Blue) = 193+120+206=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #C178CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178CE is #3E8731. Grayscale: #979797. Windows color (decimal): -4097842 or 13531329. OLE color: 13531329.
HSL color Cylindrical-coordinate representation of color #C178CE: hue angle of 290.93º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C178CE is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 120 | 206 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.19 |
| HSL | 290.93º | 0.47% | 0.64% | - |
| HSV(B) | 290.93º | 0.42% | 0.81% | - |
| XYZ | 39.85 | 29.23 | 61.93 | - |
| YUV | 151.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 206 | 0.06 | 0.42 | 0 | 0.19 | 290.93 | 0.47 | 0.64 |
| Hex | C1 | 78 | CE | 6 | 2A | 0 | 13 | 123 | 2F | 40 |
| Octal | 301 | 170 | 316 | 6 | 52 | 0 | 23 | 443 | 57 | 100 |
| Binary | 11000001 | 1111000 | 11001110 | 110 | 101010 | 0 | 10011 | 100100011 | 101111 | 1000000 |
Color Harmonies of #C178CE
Complementary color
Monochromatic Colors of #C178CE
Black with #C178CE
Text Example
Text Example
White with #C178CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178CE; }
p { color: rgb(193,120,206); }
H1.HeaderClassName
{
color: #C178CE;
}
.AnyTagClassName
{
color: #C178CE;
}
</style>
background-color css
<style>
a { background-color: #C178CE; }
a { background-color: rgb(193,120,206); }
div.DivClassName
{
background-color: #C178CE;
}
.BgClassName
{
background-color: #C178CE;
}
</style>
border-color css
<style>
span { border-color: #C178CE; }
span { border-color: rgb(193,120,206); }
td.TdClassName
{
border-color: #C178CE;
}
.TagClassName
{
border-color: #C178CE;
}
</style>