Shades of Heliotrope #C65CF9
Tints of Heliotrope #C65CF9
RGB
CMYK
RGB Variations
Color information
#C65CF9 (or 0xC65CF9) is known color: Heliotrope. HEX triplet: C6, 5C and F9. RGB value is (198,92,249). Sum of RGB (Red+Green+Blue) = 198+92+249=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #C65CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65CF9 is #39A306. Grayscale: #8D8D8D. Windows color (decimal): -3777287 or 16342214. OLE color: 16342214.
HSL color Cylindrical-coordinate representation of color #C65CF9: hue angle of 280.51º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C65CF9 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 92 | 249 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.02 |
| HSL | 280.51º | 0.93% | 0.67% | - |
| HSV(B) | 280.51º | 0.63% | 0.98% | - |
| XYZ | 44.21 | 26.5 | 92.41 | - |
| YUV | 141.59 | 188.62 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 249 | 0.20 | 0.63 | 0 | 0.02 | 280.51 | 0.93 | 0.67 |
| Hex | C6 | 5C | F9 | 14 | 3F | 0 | 2 | 119 | 5D | 43 |
| Octal | 306 | 134 | 371 | 24 | 77 | 0 | 2 | 431 | 135 | 103 |
| Binary | 11000110 | 1011100 | 11111001 | 10100 | 111111 | 0 | 10 | 100011001 | 1011101 | 1000011 |
Color Harmonies of #C65CF9
Complementary color
Monochromatic Colors of #C65CF9
Black with #C65CF9
Text Example
Text Example
White with #C65CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65CF9; }
p { color: rgb(198,92,249); }
H1.HeaderClassName
{
color: #C65CF9;
}
.AnyTagClassName
{
color: #C65CF9;
}
</style>
background-color css
<style>
a { background-color: #C65CF9; }
a { background-color: rgb(198,92,249); }
div.DivClassName
{
background-color: #C65CF9;
}
.BgClassName
{
background-color: #C65CF9;
}
</style>
border-color css
<style>
span { border-color: #C65CF9; }
span { border-color: rgb(198,92,249); }
td.TdClassName
{
border-color: #C65CF9;
}
.TagClassName
{
border-color: #C65CF9;
}
</style>