Shades of Heliotrope #C768F9
Tints of Heliotrope #C768F9
RGB
CMYK
RGB Variations
Color information
#C768F9 (or 0xC768F9) is known color: Heliotrope. HEX triplet: C7, 68 and F9. RGB value is (199,104,249). Sum of RGB (Red+Green+Blue) = 199+104+249=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #C768F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C768F9 is #389706. Grayscale: #949494. Windows color (decimal): -3708679 or 16345287. OLE color: 16345287.
HSL color Cylindrical-coordinate representation of color #C768F9: hue angle of 279.31º 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 #C768F9 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 104 | 249 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.02 |
| HSL | 279.31º | 0.92% | 0.69% | - |
| HSV(B) | 279.31º | 0.58% | 0.98% | - |
| XYZ | 45.6 | 28.88 | 92.79 | - |
| YUV | 148.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 249 | 0.20 | 0.58 | 0 | 0.02 | 279.31 | 0.92 | 0.69 |
| Hex | C7 | 68 | F9 | 14 | 3A | 0 | 2 | 117 | 5C | 45 |
| Octal | 307 | 150 | 371 | 24 | 72 | 0 | 2 | 427 | 134 | 105 |
| Binary | 11000111 | 1101000 | 11111001 | 10100 | 111010 | 0 | 10 | 100010111 | 1011100 | 1000101 |
Color Harmonies of #C768F9
Complementary color
Monochromatic Colors of #C768F9
Black with #C768F9
Text Example
Text Example
White with #C768F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768F9; }
p { color: rgb(199,104,249); }
H1.HeaderClassName
{
color: #C768F9;
}
.AnyTagClassName
{
color: #C768F9;
}
</style>
background-color css
<style>
a { background-color: #C768F9; }
a { background-color: rgb(199,104,249); }
div.DivClassName
{
background-color: #C768F9;
}
.BgClassName
{
background-color: #C768F9;
}
</style>
border-color css
<style>
span { border-color: #C768F9; }
span { border-color: rgb(199,104,249); }
td.TdClassName
{
border-color: #C768F9;
}
.TagClassName
{
border-color: #C768F9;
}
</style>