Shades of Heliotrope #C27DFC
Tints of Heliotrope #C27DFC
RGB
CMYK
RGB Variations
Color information
#C27DFC (or 0xC27DFC) is known color: Heliotrope. HEX triplet: C2, 7D and FC. RGB value is (194,125,252). Sum of RGB (Red+Green+Blue) = 194+125+252=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #C27DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27DFC is #3D8203. Grayscale: #9F9F9F. Windows color (decimal): -4030980 or 16547266. OLE color: 16547266.
HSL color Cylindrical-coordinate representation of color #C27DFC: hue angle of 272.6º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27DFC is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 125 | 252 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.01 |
| HSL | 272.6º | 0.95% | 0.74% | - |
| HSV(B) | 272.6º | 0.5% | 0.99% | - |
| XYZ | 47.15 | 33.16 | 96.01 | - |
| YUV | 160.11 | 179.86 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 252 | 0.23 | 0.50 | 0 | 0.01 | 272.6 | 0.95 | 0.74 |
| Hex | C2 | 7D | FC | 17 | 32 | 0 | 1 | 111 | 5F | 4A |
| Octal | 302 | 175 | 374 | 27 | 62 | 0 | 1 | 421 | 137 | 112 |
| Binary | 11000010 | 1111101 | 11111100 | 10111 | 110010 | 0 | 1 | 100010001 | 1011111 | 1001010 |
Color Harmonies of #C27DFC
Complementary color
Monochromatic Colors of #C27DFC
Black with #C27DFC
Text Example
Text Example
White with #C27DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DFC; }
p { color: rgb(194,125,252); }
H1.HeaderClassName
{
color: #C27DFC;
}
.AnyTagClassName
{
color: #C27DFC;
}
</style>
background-color css
<style>
a { background-color: #C27DFC; }
a { background-color: rgb(194,125,252); }
div.DivClassName
{
background-color: #C27DFC;
}
.BgClassName
{
background-color: #C27DFC;
}
</style>
border-color css
<style>
span { border-color: #C27DFC; }
span { border-color: rgb(194,125,252); }
td.TdClassName
{
border-color: #C27DFC;
}
.TagClassName
{
border-color: #C27DFC;
}
</style>