Shades of Heliotrope #C27CFC
Tints of Heliotrope #C27CFC
RGB
CMYK
RGB Variations
Color information
#C27CFC (or 0xC27CFC) is known color: Heliotrope. HEX triplet: C2, 7C and FC. RGB value is (194,124,252). Sum of RGB (Red+Green+Blue) = 194+124+252=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #C27CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27CFC is #3D8303. Grayscale: #9F9F9F. Windows color (decimal): -4031236 or 16547010. OLE color: 16547010.
HSL color Cylindrical-coordinate representation of color #C27CFC: hue angle of 272.81º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C27CFC is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 124 | 252 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.01 |
| HSL | 272.81º | 0.96% | 0.74% | - |
| HSV(B) | 272.81º | 0.51% | 0.99% | - |
| XYZ | 47.03 | 32.91 | 95.97 | - |
| YUV | 159.52 | 180.19 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 252 | 0.23 | 0.51 | 0 | 0.01 | 272.81 | 0.96 | 0.74 |
| Hex | C2 | 7C | FC | 17 | 33 | 0 | 1 | 111 | 60 | 4A |
| Octal | 302 | 174 | 374 | 27 | 63 | 0 | 1 | 421 | 140 | 112 |
| Binary | 11000010 | 1111100 | 11111100 | 10111 | 110011 | 0 | 1 | 100010001 | 1100000 | 1001010 |
Color Harmonies of #C27CFC
Complementary color
Monochromatic Colors of #C27CFC
Black with #C27CFC
Text Example
Text Example
White with #C27CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CFC; }
p { color: rgb(194,124,252); }
H1.HeaderClassName
{
color: #C27CFC;
}
.AnyTagClassName
{
color: #C27CFC;
}
</style>
background-color css
<style>
a { background-color: #C27CFC; }
a { background-color: rgb(194,124,252); }
div.DivClassName
{
background-color: #C27CFC;
}
.BgClassName
{
background-color: #C27CFC;
}
</style>
border-color css
<style>
span { border-color: #C27CFC; }
span { border-color: rgb(194,124,252); }
td.TdClassName
{
border-color: #C27CFC;
}
.TagClassName
{
border-color: #C27CFC;
}
</style>