Shades of Orchid #C178DB
Tints of Orchid #C178DB
RGB
CMYK
RGB Variations
Color information
#C178DB (or 0xC178DB) is known color: Orchid. HEX triplet: C1, 78 and DB. RGB value is (193,120,219). Sum of RGB (Red+Green+Blue) = 193+120+219=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #C178DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178DB is #3E8724. Grayscale: #989898. Windows color (decimal): -4097829 or 14383297. OLE color: 14383297.
HSL color Cylindrical-coordinate representation of color #C178DB: hue angle of 284.24º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C178DB is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 120 | 219 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.14 |
| HSL | 284.24º | 0.58% | 0.66% | - |
| HSV(B) | 284.24º | 0.45% | 0.86% | - |
| XYZ | 41.49 | 29.88 | 70.6 | - |
| YUV | 153.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 219 | 0.12 | 0.45 | 0 | 0.14 | 284.24 | 0.58 | 0.66 |
| Hex | C1 | 78 | DB | C | 2D | 0 | E | 11C | 3A | 42 |
| Octal | 301 | 170 | 333 | 14 | 55 | 0 | 16 | 434 | 72 | 102 |
| Binary | 11000001 | 1111000 | 11011011 | 1100 | 101101 | 0 | 1110 | 100011100 | 111010 | 1000010 |
Color Harmonies of #C178DB
Complementary color
Monochromatic Colors of #C178DB
Black with #C178DB
Text Example
Text Example
White with #C178DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C178DB; }
p { color: rgb(193,120,219); }
H1.HeaderClassName
{
color: #C178DB;
}
.AnyTagClassName
{
color: #C178DB;
}
</style>
background-color css
<style>
a { background-color: #C178DB; }
a { background-color: rgb(193,120,219); }
div.DivClassName
{
background-color: #C178DB;
}
.BgClassName
{
background-color: #C178DB;
}
</style>
border-color css
<style>
span { border-color: #C178DB; }
span { border-color: rgb(193,120,219); }
td.TdClassName
{
border-color: #C178DB;
}
.TagClassName
{
border-color: #C178DB;
}
</style>