Shades of Orchid #C180C6
Tints of Orchid #C180C6
RGB
CMYK
RGB Variations
Color information
#C180C6 (or 0xC180C6) is known color: Orchid. HEX triplet: C1, 80 and C6. RGB value is (193,128,198). Sum of RGB (Red+Green+Blue) = 193+128+198=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #C180C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180C6 is #3E7F39. Grayscale: #9B9B9B. Windows color (decimal): -4095802 or 13009089. OLE color: 13009089.
HSL color Cylindrical-coordinate representation of color #C180C6: hue angle of 295.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C180C6 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 128 | 198 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.22 |
| HSL | 295.71º | 0.38% | 0.64% | - |
| HSV(B) | 295.71º | 0.35% | 0.78% | - |
| XYZ | 39.9 | 30.85 | 57.28 | - |
| YUV | 155.42 | 152.03 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 198 | 0.03 | 0.35 | 0 | 0.22 | 295.71 | 0.38 | 0.64 |
| Hex | C1 | 80 | C6 | 3 | 23 | 0 | 16 | 128 | 26 | 40 |
| Octal | 301 | 200 | 306 | 3 | 43 | 0 | 26 | 450 | 46 | 100 |
| Binary | 11000001 | 10000000 | 11000110 | 11 | 100011 | 0 | 10110 | 100101000 | 100110 | 1000000 |
Color Harmonies of #C180C6
Complementary color
Monochromatic Colors of #C180C6
Black with #C180C6
Text Example
Text Example
White with #C180C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180C6; }
p { color: rgb(193,128,198); }
H1.HeaderClassName
{
color: #C180C6;
}
.AnyTagClassName
{
color: #C180C6;
}
</style>
background-color css
<style>
a { background-color: #C180C6; }
a { background-color: rgb(193,128,198); }
div.DivClassName
{
background-color: #C180C6;
}
.BgClassName
{
background-color: #C180C6;
}
</style>
border-color css
<style>
span { border-color: #C180C6; }
span { border-color: rgb(193,128,198); }
td.TdClassName
{
border-color: #C180C6;
}
.TagClassName
{
border-color: #C180C6;
}
</style>