Shades of Orchid #C271CF
Tints of Orchid #C271CF
RGB
CMYK
RGB Variations
Color information
#C271CF (or 0xC271CF) is known color: Orchid. HEX triplet: C2, 71 and CF. RGB value is (194,113,207). Sum of RGB (Red+Green+Blue) = 194+113+207=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #C271CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271CF is #3D8E30. Grayscale: #939393. Windows color (decimal): -4034097 or 13595074. OLE color: 13595074.
HSL color Cylindrical-coordinate representation of color #C271CF: hue angle of 291.7º 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 #C271CF is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 113 | 207 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.19 |
| HSL | 291.7º | 0.49% | 0.63% | - |
| HSV(B) | 291.7º | 0.45% | 0.81% | - |
| XYZ | 39.42 | 27.78 | 62.32 | - |
| YUV | 147.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 207 | 0.06 | 0.45 | 0 | 0.19 | 291.7 | 0.49 | 0.63 |
| Hex | C2 | 71 | CF | 6 | 2D | 0 | 13 | 124 | 31 | 3F |
| Octal | 302 | 161 | 317 | 6 | 55 | 0 | 23 | 444 | 61 | 77 |
| Binary | 11000010 | 1110001 | 11001111 | 110 | 101101 | 0 | 10011 | 100100100 | 110001 | 111111 |
Color Harmonies of #C271CF
Complementary color
Monochromatic Colors of #C271CF
Black with #C271CF
Text Example
Text Example
White with #C271CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C271CF; }
p { color: rgb(194,113,207); }
H1.HeaderClassName
{
color: #C271CF;
}
.AnyTagClassName
{
color: #C271CF;
}
</style>
background-color css
<style>
a { background-color: #C271CF; }
a { background-color: rgb(194,113,207); }
div.DivClassName
{
background-color: #C271CF;
}
.BgClassName
{
background-color: #C271CF;
}
</style>
border-color css
<style>
span { border-color: #C271CF; }
span { border-color: rgb(194,113,207); }
td.TdClassName
{
border-color: #C271CF;
}
.TagClassName
{
border-color: #C271CF;
}
</style>