Shades of Orchid #C271CB
Tints of Orchid #C271CB
RGB
CMYK
RGB Variations
Color information
#C271CB (or 0xC271CB) is known color: Orchid. HEX triplet: C2, 71 and CB. RGB value is (194,113,203). Sum of RGB (Red+Green+Blue) = 194+113+203=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #C271CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271CB is #3D8E34. Grayscale: #939393. Windows color (decimal): -4034101 or 13332930. OLE color: 13332930.
HSL color Cylindrical-coordinate representation of color #C271CB: hue angle of 294º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C271CB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 113 | 203 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.20 |
| HSL | 294º | 0.46% | 0.62% | - |
| HSV(B) | 294º | 0.44% | 0.8% | - |
| XYZ | 38.93 | 27.59 | 59.77 | - |
| YUV | 147.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 203 | 0.04 | 0.44 | 0 | 0.20 | 294 | 0.46 | 0.62 |
| Hex | C2 | 71 | CB | 4 | 2C | 0 | 14 | 126 | 2E | 3E |
| Octal | 302 | 161 | 313 | 4 | 54 | 0 | 24 | 446 | 56 | 76 |
| Binary | 11000010 | 1110001 | 11001011 | 100 | 101100 | 0 | 10100 | 100100110 | 101110 | 111110 |
Color Harmonies of #C271CB
Complementary color
Monochromatic Colors of #C271CB
Black with #C271CB
Text Example
Text Example
White with #C271CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271CB; }
p { color: rgb(194,113,203); }
H1.HeaderClassName
{
color: #C271CB;
}
.AnyTagClassName
{
color: #C271CB;
}
</style>
background-color css
<style>
a { background-color: #C271CB; }
a { background-color: rgb(194,113,203); }
div.DivClassName
{
background-color: #C271CB;
}
.BgClassName
{
background-color: #C271CB;
}
</style>
border-color css
<style>
span { border-color: #C271CB; }
span { border-color: rgb(194,113,203); }
td.TdClassName
{
border-color: #C271CB;
}
.TagClassName
{
border-color: #C271CB;
}
</style>