Shades of Orchid #C180CA
Tints of Orchid #C180CA
RGB
CMYK
RGB Variations
Color information
#C180CA (or 0xC180CA) is known color: Orchid. HEX triplet: C1, 80 and CA. RGB value is (193,128,202). Sum of RGB (Red+Green+Blue) = 193+128+202=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #C180CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180CA is #3E7F35. Grayscale: #9B9B9B. Windows color (decimal): -4095798 or 13271233. OLE color: 13271233.
HSL color Cylindrical-coordinate representation of color #C180CA: hue angle of 292.7º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C180CA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 128 | 202 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.21 |
| HSL | 292.7º | 0.41% | 0.65% | - |
| HSV(B) | 292.7º | 0.37% | 0.79% | - |
| XYZ | 40.37 | 31.04 | 59.74 | - |
| YUV | 155.87 | 154.03 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 202 | 0.04 | 0.37 | 0 | 0.21 | 292.7 | 0.41 | 0.65 |
| Hex | C1 | 80 | CA | 4 | 25 | 0 | 15 | 125 | 29 | 41 |
| Octal | 301 | 200 | 312 | 4 | 45 | 0 | 25 | 445 | 51 | 101 |
| Binary | 11000001 | 10000000 | 11001010 | 100 | 100101 | 0 | 10101 | 100100101 | 101001 | 1000001 |
Color Harmonies of #C180CA
Complementary color
Monochromatic Colors of #C180CA
Black with #C180CA
Text Example
Text Example
White with #C180CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180CA; }
p { color: rgb(193,128,202); }
H1.HeaderClassName
{
color: #C180CA;
}
.AnyTagClassName
{
color: #C180CA;
}
</style>
background-color css
<style>
a { background-color: #C180CA; }
a { background-color: rgb(193,128,202); }
div.DivClassName
{
background-color: #C180CA;
}
.BgClassName
{
background-color: #C180CA;
}
</style>
border-color css
<style>
span { border-color: #C180CA; }
span { border-color: rgb(193,128,202); }
td.TdClassName
{
border-color: #C180CA;
}
.TagClassName
{
border-color: #C180CA;
}
</style>