Shades of Orchid #C178CD
Tints of Orchid #C178CD
RGB
CMYK
RGB Variations
Color information
#C178CD (or 0xC178CD) is known color: Orchid. HEX triplet: C1, 78 and CD. RGB value is (193,120,205). Sum of RGB (Red+Green+Blue) = 193+120+205=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #C178CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178CD is #3E8732. Grayscale: #979797. Windows color (decimal): -4097843 or 13465793. OLE color: 13465793.
HSL color Cylindrical-coordinate representation of color #C178CD: hue angle of 291.53º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C178CD is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 120 | 205 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.20 |
| HSL | 291.53º | 0.46% | 0.64% | - |
| HSV(B) | 291.53º | 0.41% | 0.8% | - |
| XYZ | 39.73 | 29.18 | 61.3 | - |
| YUV | 151.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 205 | 0.06 | 0.41 | 0 | 0.20 | 291.53 | 0.46 | 0.64 |
| Hex | C1 | 78 | CD | 6 | 29 | 0 | 14 | 124 | 2E | 40 |
| Octal | 301 | 170 | 315 | 6 | 51 | 0 | 24 | 444 | 56 | 100 |
| Binary | 11000001 | 1111000 | 11001101 | 110 | 101001 | 0 | 10100 | 100100100 | 101110 | 1000000 |
Color Harmonies of #C178CD
Complementary color
Monochromatic Colors of #C178CD
Black with #C178CD
Text Example
Text Example
White with #C178CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178CD; }
p { color: rgb(193,120,205); }
H1.HeaderClassName
{
color: #C178CD;
}
.AnyTagClassName
{
color: #C178CD;
}
</style>
background-color css
<style>
a { background-color: #C178CD; }
a { background-color: rgb(193,120,205); }
div.DivClassName
{
background-color: #C178CD;
}
.BgClassName
{
background-color: #C178CD;
}
</style>
border-color css
<style>
span { border-color: #C178CD; }
span { border-color: rgb(193,120,205); }
td.TdClassName
{
border-color: #C178CD;
}
.TagClassName
{
border-color: #C178CD;
}
</style>