Shades of Heliotrope #C264FE
Tints of Heliotrope #C264FE
RGB
CMYK
RGB Variations
Color information
#C264FE (or 0xC264FE) is known color: Heliotrope. HEX triplet: C2, 64 and FE. RGB value is (194,100,254). Sum of RGB (Red+Green+Blue) = 194+100+254=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #C264FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C264FE is #3D9B01. Grayscale: #919191. Windows color (decimal): -4037378 or 16671938. OLE color: 16671938.
HSL color Cylindrical-coordinate representation of color #C264FE: hue angle of 276.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C264FE is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 100 | 254 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.00 |
| HSL | 276.62º | 0.99% | 0.69% | - |
| HSV(B) | 276.62º | 0.61% | 1% | - |
| XYZ | 44.69 | 27.74 | 96.76 | - |
| YUV | 145.66 | 189.14 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 254 | 0.24 | 0.61 | 0 | 0.00 | 276.62 | 0.99 | 0.69 |
| Hex | C2 | 64 | FE | 18 | 3D | 0 | 0 | 115 | 63 | 45 |
| Octal | 302 | 144 | 376 | 30 | 75 | 0 | 0 | 425 | 143 | 105 |
| Binary | 11000010 | 1100100 | 11111110 | 11000 | 111101 | 0 | 0 | 100010101 | 1100011 | 1000101 |
Color Harmonies of #C264FE
Complementary color
Monochromatic Colors of #C264FE
Black with #C264FE
Text Example
Text Example
White with #C264FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264FE; }
p { color: rgb(194,100,254); }
H1.HeaderClassName
{
color: #C264FE;
}
.AnyTagClassName
{
color: #C264FE;
}
</style>
background-color css
<style>
a { background-color: #C264FE; }
a { background-color: rgb(194,100,254); }
div.DivClassName
{
background-color: #C264FE;
}
.BgClassName
{
background-color: #C264FE;
}
</style>
border-color css
<style>
span { border-color: #C264FE; }
span { border-color: rgb(194,100,254); }
td.TdClassName
{
border-color: #C264FE;
}
.TagClassName
{
border-color: #C264FE;
}
</style>