Shades of Heliotrope #C27CFB
Tints of Heliotrope #C27CFB
RGB
CMYK
RGB Variations
Color information
#C27CFB (or 0xC27CFB) is known color: Heliotrope. HEX triplet: C2, 7C and FB. RGB value is (194,124,251). Sum of RGB (Red+Green+Blue) = 194+124+251=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #C27CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27CFB is #3D8304. Grayscale: #9E9E9E. Windows color (decimal): -4031237 or 16481474. OLE color: 16481474.
HSL color Cylindrical-coordinate representation of color #C27CFB: hue angle of 273.07º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C27CFB is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 124 | 251 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.02 |
| HSL | 273.07º | 0.94% | 0.74% | - |
| HSV(B) | 273.07º | 0.51% | 0.98% | - |
| XYZ | 46.87 | 32.85 | 95.14 | - |
| YUV | 159.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 251 | 0.23 | 0.51 | 0 | 0.02 | 273.07 | 0.94 | 0.74 |
| Hex | C2 | 7C | FB | 17 | 33 | 0 | 2 | 111 | 5E | 4A |
| Octal | 302 | 174 | 373 | 27 | 63 | 0 | 2 | 421 | 136 | 112 |
| Binary | 11000010 | 1111100 | 11111011 | 10111 | 110011 | 0 | 10 | 100010001 | 1011110 | 1001010 |
Color Harmonies of #C27CFB
Complementary color
Monochromatic Colors of #C27CFB
Black with #C27CFB
Text Example
Text Example
White with #C27CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CFB; }
p { color: rgb(194,124,251); }
H1.HeaderClassName
{
color: #C27CFB;
}
.AnyTagClassName
{
color: #C27CFB;
}
</style>
background-color css
<style>
a { background-color: #C27CFB; }
a { background-color: rgb(194,124,251); }
div.DivClassName
{
background-color: #C27CFB;
}
.BgClassName
{
background-color: #C27CFB;
}
</style>
border-color css
<style>
span { border-color: #C27CFB; }
span { border-color: rgb(194,124,251); }
td.TdClassName
{
border-color: #C27CFB;
}
.TagClassName
{
border-color: #C27CFB;
}
</style>