Shades of Heliotrope #C264F8
Tints of Heliotrope #C264F8
RGB
CMYK
RGB Variations
Color information
#C264F8 (or 0xC264F8) is known color: Heliotrope. HEX triplet: C2, 64 and F8. RGB value is (194,100,248). Sum of RGB (Red+Green+Blue) = 194+100+248=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #C264F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C264F8 is #3D9B07. Grayscale: #909090. Windows color (decimal): -4037384 or 16278722. OLE color: 16278722.
HSL color Cylindrical-coordinate representation of color #C264F8: hue angle of 278.11º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C264F8 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 100 | 248 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.03 |
| HSL | 278.11º | 0.91% | 0.68% | - |
| HSV(B) | 278.11º | 0.6% | 0.97% | - |
| XYZ | 43.75 | 27.36 | 91.78 | - |
| YUV | 144.98 | 186.14 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 248 | 0.22 | 0.60 | 0 | 0.03 | 278.11 | 0.91 | 0.68 |
| Hex | C2 | 64 | F8 | 16 | 3C | 0 | 3 | 116 | 5B | 44 |
| Octal | 302 | 144 | 370 | 26 | 74 | 0 | 3 | 426 | 133 | 104 |
| Binary | 11000010 | 1100100 | 11111000 | 10110 | 111100 | 0 | 11 | 100010110 | 1011011 | 1000100 |
Color Harmonies of #C264F8
Complementary color
Monochromatic Colors of #C264F8
Black with #C264F8
Text Example
Text Example
White with #C264F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264F8; }
p { color: rgb(194,100,248); }
H1.HeaderClassName
{
color: #C264F8;
}
.AnyTagClassName
{
color: #C264F8;
}
</style>
background-color css
<style>
a { background-color: #C264F8; }
a { background-color: rgb(194,100,248); }
div.DivClassName
{
background-color: #C264F8;
}
.BgClassName
{
background-color: #C264F8;
}
</style>
border-color css
<style>
span { border-color: #C264F8; }
span { border-color: rgb(194,100,248); }
td.TdClassName
{
border-color: #C264F8;
}
.TagClassName
{
border-color: #C264F8;
}
</style>