Shades of Orchid #C271CE
Tints of Orchid #C271CE
RGB
CMYK
RGB Variations
Color information
#C271CE (or 0xC271CE) is known color: Orchid. HEX triplet: C2, 71 and CE. RGB value is (194,113,206). Sum of RGB (Red+Green+Blue) = 194+113+206=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #C271CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271CE is #3D8E31. Grayscale: #939393. Windows color (decimal): -4034098 or 13529538. OLE color: 13529538.
HSL color Cylindrical-coordinate representation of color #C271CE: hue angle of 292.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C271CE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 113 | 206 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.19 |
| HSL | 292.26º | 0.49% | 0.63% | - |
| HSV(B) | 292.26º | 0.45% | 0.81% | - |
| XYZ | 39.29 | 27.74 | 61.68 | - |
| YUV | 147.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 206 | 0.06 | 0.45 | 0 | 0.19 | 292.26 | 0.49 | 0.63 |
| Hex | C2 | 71 | CE | 6 | 2D | 0 | 13 | 124 | 31 | 3F |
| Octal | 302 | 161 | 316 | 6 | 55 | 0 | 23 | 444 | 61 | 77 |
| Binary | 11000010 | 1110001 | 11001110 | 110 | 101101 | 0 | 10011 | 100100100 | 110001 | 111111 |
Color Harmonies of #C271CE
Complementary color
Monochromatic Colors of #C271CE
Black with #C271CE
Text Example
Text Example
White with #C271CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271CE; }
p { color: rgb(194,113,206); }
H1.HeaderClassName
{
color: #C271CE;
}
.AnyTagClassName
{
color: #C271CE;
}
</style>
background-color css
<style>
a { background-color: #C271CE; }
a { background-color: rgb(194,113,206); }
div.DivClassName
{
background-color: #C271CE;
}
.BgClassName
{
background-color: #C271CE;
}
</style>
border-color css
<style>
span { border-color: #C271CE; }
span { border-color: rgb(194,113,206); }
td.TdClassName
{
border-color: #C271CE;
}
.TagClassName
{
border-color: #C271CE;
}
</style>