Shades of Orchid #C180C9
Tints of Orchid #C180C9
RGB
CMYK
RGB Variations
Color information
#C180C9 (or 0xC180C9) is known color: Orchid. HEX triplet: C1, 80 and C9. RGB value is (193,128,201). Sum of RGB (Red+Green+Blue) = 193+128+201=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #C180C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180C9 is #3E7F36. Grayscale: #9B9B9B. Windows color (decimal): -4095799 or 13205697. OLE color: 13205697.
HSL color Cylindrical-coordinate representation of color #C180C9: hue angle of 293.42º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C180C9 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 128 | 201 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.21 |
| HSL | 293.42º | 0.4% | 0.65% | - |
| HSV(B) | 293.42º | 0.36% | 0.79% | - |
| XYZ | 40.25 | 30.99 | 59.12 | - |
| YUV | 155.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 201 | 0.04 | 0.36 | 0 | 0.21 | 293.42 | 0.4 | 0.65 |
| Hex | C1 | 80 | C9 | 4 | 24 | 0 | 15 | 125 | 28 | 41 |
| Octal | 301 | 200 | 311 | 4 | 44 | 0 | 25 | 445 | 50 | 101 |
| Binary | 11000001 | 10000000 | 11001001 | 100 | 100100 | 0 | 10101 | 100100101 | 101000 | 1000001 |
Color Harmonies of #C180C9
Complementary color
Monochromatic Colors of #C180C9
Black with #C180C9
Text Example
Text Example
White with #C180C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180C9; }
p { color: rgb(193,128,201); }
H1.HeaderClassName
{
color: #C180C9;
}
.AnyTagClassName
{
color: #C180C9;
}
</style>
background-color css
<style>
a { background-color: #C180C9; }
a { background-color: rgb(193,128,201); }
div.DivClassName
{
background-color: #C180C9;
}
.BgClassName
{
background-color: #C180C9;
}
</style>
border-color css
<style>
span { border-color: #C180C9; }
span { border-color: rgb(193,128,201); }
td.TdClassName
{
border-color: #C180C9;
}
.TagClassName
{
border-color: #C180C9;
}
</style>