Shades of Heliotrope #C65FFF
Tints of Heliotrope #C65FFF
RGB
CMYK
RGB Variations
Color information
#C65FFF (or 0xC65FFF) is known color: Heliotrope. HEX triplet: C6, 5F and FF. RGB value is (198,95,255). Sum of RGB (Red+Green+Blue) = 198+95+255=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #C65FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FFF is #39A000. Grayscale: #8F8F8F. Windows color (decimal): -3776513 or 16736198. OLE color: 16736198.
HSL color Cylindrical-coordinate representation of color #C65FFF: hue angle of 278.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C65FFF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 95 | 255 | - |
| CMYK | 0.22 | 0.63 | 0 | 0 |
| HSL | 278.63º | 1% | 0.69% | - |
| HSV(B) | 278.63º | 0.63% | 1% | - |
| XYZ | 45.43 | 27.41 | 97.5 | - |
| YUV | 144.04 | 190.62 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 255 | 0.22 | 0.63 | 0 | 0 | 278.63 | 1 | 0.69 |
| Hex | C6 | 5F | FF | 16 | 3F | 0 | 0 | 117 | 64 | 45 |
| Octal | 306 | 137 | 377 | 26 | 77 | 0 | 0 | 427 | 144 | 105 |
| Binary | 11000110 | 1011111 | 11111111 | 10110 | 111111 | 0 | 0 | 100010111 | 1100100 | 1000101 |
Color Harmonies of #C65FFF
Complementary color
Monochromatic Colors of #C65FFF
Black with #C65FFF
Text Example
Text Example
White with #C65FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FFF; }
p { color: rgb(198,95,255); }
H1.HeaderClassName
{
color: #C65FFF;
}
.AnyTagClassName
{
color: #C65FFF;
}
</style>
background-color css
<style>
a { background-color: #C65FFF; }
a { background-color: rgb(198,95,255); }
div.DivClassName
{
background-color: #C65FFF;
}
.BgClassName
{
background-color: #C65FFF;
}
</style>
border-color css
<style>
span { border-color: #C65FFF; }
span { border-color: rgb(198,95,255); }
td.TdClassName
{
border-color: #C65FFF;
}
.TagClassName
{
border-color: #C65FFF;
}
</style>