Shades of Orchid #C180CE
Tints of Orchid #C180CE
RGB
CMYK
RGB Variations
Color information
#C180CE (or 0xC180CE) is known color: Orchid. HEX triplet: C1, 80 and CE. RGB value is (193,128,206). Sum of RGB (Red+Green+Blue) = 193+128+206=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C180CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180CE is #3E7F31. Grayscale: #9C9C9C. Windows color (decimal): -4095794 or 13533377. OLE color: 13533377.
HSL color Cylindrical-coordinate representation of color #C180CE: hue angle of 290º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C180CE is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 128 | 206 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.19 |
| HSL | 290º | 0.44% | 0.65% | - |
| HSV(B) | 290º | 0.38% | 0.81% | - |
| XYZ | 40.85 | 31.23 | 62.27 | - |
| YUV | 156.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 206 | 0.06 | 0.38 | 0 | 0.19 | 290 | 0.44 | 0.65 |
| Hex | C1 | 80 | CE | 6 | 26 | 0 | 13 | 122 | 2C | 41 |
| Octal | 301 | 200 | 316 | 6 | 46 | 0 | 23 | 442 | 54 | 101 |
| Binary | 11000001 | 10000000 | 11001110 | 110 | 100110 | 0 | 10011 | 100100010 | 101100 | 1000001 |
Color Harmonies of #C180CE
Complementary color
Monochromatic Colors of #C180CE
Black with #C180CE
Text Example
Text Example
White with #C180CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180CE; }
p { color: rgb(193,128,206); }
H1.HeaderClassName
{
color: #C180CE;
}
.AnyTagClassName
{
color: #C180CE;
}
</style>
background-color css
<style>
a { background-color: #C180CE; }
a { background-color: rgb(193,128,206); }
div.DivClassName
{
background-color: #C180CE;
}
.BgClassName
{
background-color: #C180CE;
}
</style>
border-color css
<style>
span { border-color: #C180CE; }
span { border-color: rgb(193,128,206); }
td.TdClassName
{
border-color: #C180CE;
}
.TagClassName
{
border-color: #C180CE;
}
</style>