Shades of Heliotrope #C27FFB
Tints of Heliotrope #C27FFB
RGB
CMYK
RGB Variations
Color information
#C27FFB (or 0xC27FFB) is known color: Heliotrope. HEX triplet: C2, 7F and FB. RGB value is (194,127,251). Sum of RGB (Red+Green+Blue) = 194+127+251=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #C27FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27FFB is #3D8004. Grayscale: #A0A0A0. Windows color (decimal): -4030469 or 16482242. OLE color: 16482242.
HSL color Cylindrical-coordinate representation of color #C27FFB: hue angle of 272.42º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C27FFB is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 127 | 251 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.02 |
| HSL | 272.42º | 0.94% | 0.74% | - |
| HSV(B) | 272.42º | 0.49% | 0.98% | - |
| XYZ | 47.25 | 33.61 | 95.26 | - |
| YUV | 161.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 251 | 0.23 | 0.49 | 0 | 0.02 | 272.42 | 0.94 | 0.74 |
| Hex | C2 | 7F | FB | 17 | 31 | 0 | 2 | 110 | 5E | 4A |
| Octal | 302 | 177 | 373 | 27 | 61 | 0 | 2 | 420 | 136 | 112 |
| Binary | 11000010 | 1111111 | 11111011 | 10111 | 110001 | 0 | 10 | 100010000 | 1011110 | 1001010 |
Color Harmonies of #C27FFB
Complementary color
Monochromatic Colors of #C27FFB
Black with #C27FFB
Text Example
Text Example
White with #C27FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FFB; }
p { color: rgb(194,127,251); }
H1.HeaderClassName
{
color: #C27FFB;
}
.AnyTagClassName
{
color: #C27FFB;
}
</style>
background-color css
<style>
a { background-color: #C27FFB; }
a { background-color: rgb(194,127,251); }
div.DivClassName
{
background-color: #C27FFB;
}
.BgClassName
{
background-color: #C27FFB;
}
</style>
border-color css
<style>
span { border-color: #C27FFB; }
span { border-color: rgb(194,127,251); }
td.TdClassName
{
border-color: #C27FFB;
}
.TagClassName
{
border-color: #C27FFB;
}
</style>