Shades of Heliotrope #C268F9
Tints of Heliotrope #C268F9
RGB
CMYK
RGB Variations
Color information
#C268F9 (or 0xC268F9) is known color: Heliotrope. HEX triplet: C2, 68 and F9. RGB value is (194,104,249). Sum of RGB (Red+Green+Blue) = 194+104+249=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #C268F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C268F9 is #3D9706. Grayscale: #929292. Windows color (decimal): -4036359 or 16345282. OLE color: 16345282.
HSL color Cylindrical-coordinate representation of color #C268F9: hue angle of 277.24º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C268F9 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 104 | 249 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.02 |
| HSL | 277.24º | 0.92% | 0.69% | - |
| HSV(B) | 277.24º | 0.58% | 0.98% | - |
| XYZ | 44.3 | 28.21 | 92.73 | - |
| YUV | 147.44 | 185.32 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 249 | 0.22 | 0.58 | 0 | 0.02 | 277.24 | 0.92 | 0.69 |
| Hex | C2 | 68 | F9 | 16 | 3A | 0 | 2 | 115 | 5C | 45 |
| Octal | 302 | 150 | 371 | 26 | 72 | 0 | 2 | 425 | 134 | 105 |
| Binary | 11000010 | 1101000 | 11111001 | 10110 | 111010 | 0 | 10 | 100010101 | 1011100 | 1000101 |
Color Harmonies of #C268F9
Complementary color
Monochromatic Colors of #C268F9
Black with #C268F9
Text Example
Text Example
White with #C268F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268F9; }
p { color: rgb(194,104,249); }
H1.HeaderClassName
{
color: #C268F9;
}
.AnyTagClassName
{
color: #C268F9;
}
</style>
background-color css
<style>
a { background-color: #C268F9; }
a { background-color: rgb(194,104,249); }
div.DivClassName
{
background-color: #C268F9;
}
.BgClassName
{
background-color: #C268F9;
}
</style>
border-color css
<style>
span { border-color: #C268F9; }
span { border-color: rgb(194,104,249); }
td.TdClassName
{
border-color: #C268F9;
}
.TagClassName
{
border-color: #C268F9;
}
</style>