Shades of Heliotrope #C270FC
Tints of Heliotrope #C270FC
RGB
CMYK
RGB Variations
Color information
#C270FC (or 0xC270FC) is known color: Heliotrope. HEX triplet: C2, 70 and FC. RGB value is (194,112,252). Sum of RGB (Red+Green+Blue) = 194+112+252=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #C270FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C270FC is #3D8F03. Grayscale: #989898. Windows color (decimal): -4034308 or 16543938. OLE color: 16543938.
HSL color Cylindrical-coordinate representation of color #C270FC: hue angle of 275.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C270FC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 112 | 252 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.01 |
| HSL | 275.14º | 0.96% | 0.71% | - |
| HSV(B) | 275.14º | 0.56% | 0.99% | - |
| XYZ | 45.61 | 30.09 | 95.5 | - |
| YUV | 152.48 | 184.17 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 252 | 0.23 | 0.56 | 0 | 0.01 | 275.14 | 0.96 | 0.71 |
| Hex | C2 | 70 | FC | 17 | 38 | 0 | 1 | 113 | 60 | 47 |
| Octal | 302 | 160 | 374 | 27 | 70 | 0 | 1 | 423 | 140 | 107 |
| Binary | 11000010 | 1110000 | 11111100 | 10111 | 111000 | 0 | 1 | 100010011 | 1100000 | 1000111 |
Color Harmonies of #C270FC
Complementary color
Monochromatic Colors of #C270FC
Black with #C270FC
Text Example
Text Example
White with #C270FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C270FC; }
p { color: rgb(194,112,252); }
H1.HeaderClassName
{
color: #C270FC;
}
.AnyTagClassName
{
color: #C270FC;
}
</style>
background-color css
<style>
a { background-color: #C270FC; }
a { background-color: rgb(194,112,252); }
div.DivClassName
{
background-color: #C270FC;
}
.BgClassName
{
background-color: #C270FC;
}
</style>
border-color css
<style>
span { border-color: #C270FC; }
span { border-color: rgb(194,112,252); }
td.TdClassName
{
border-color: #C270FC;
}
.TagClassName
{
border-color: #C270FC;
}
</style>