Shades of Orchid #C181CB
Tints of Orchid #C181CB
RGB
CMYK
RGB Variations
Color information
#C181CB (or 0xC181CB) is known color: Orchid. HEX triplet: C1, 81 and CB. RGB value is (193,129,203). Sum of RGB (Red+Green+Blue) = 193+129+203=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #C181CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181CB is #3E7E34. Grayscale: #9C9C9C. Windows color (decimal): -4095541 or 13337025. OLE color: 13337025.
HSL color Cylindrical-coordinate representation of color #C181CB: hue angle of 291.89º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C181CB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 129 | 203 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.20 |
| HSL | 291.89º | 0.42% | 0.65% | - |
| HSV(B) | 291.89º | 0.36% | 0.8% | - |
| XYZ | 40.62 | 31.35 | 60.41 | - |
| YUV | 156.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 203 | 0.05 | 0.36 | 0 | 0.20 | 291.89 | 0.42 | 0.65 |
| Hex | C1 | 81 | CB | 5 | 24 | 0 | 14 | 124 | 2A | 41 |
| Octal | 301 | 201 | 313 | 5 | 44 | 0 | 24 | 444 | 52 | 101 |
| Binary | 11000001 | 10000001 | 11001011 | 101 | 100100 | 0 | 10100 | 100100100 | 101010 | 1000001 |
Color Harmonies of #C181CB
Complementary color
Monochromatic Colors of #C181CB
Black with #C181CB
Text Example
Text Example
White with #C181CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C181CB; }
p { color: rgb(193,129,203); }
H1.HeaderClassName
{
color: #C181CB;
}
.AnyTagClassName
{
color: #C181CB;
}
</style>
background-color css
<style>
a { background-color: #C181CB; }
a { background-color: rgb(193,129,203); }
div.DivClassName
{
background-color: #C181CB;
}
.BgClassName
{
background-color: #C181CB;
}
</style>
border-color css
<style>
span { border-color: #C181CB; }
span { border-color: rgb(193,129,203); }
td.TdClassName
{
border-color: #C181CB;
}
.TagClassName
{
border-color: #C181CB;
}
</style>