Shades of Heliotrope #C65FFA
Tints of Heliotrope #C65FFA
RGB
CMYK
RGB Variations
Color information
#C65FFA (or 0xC65FFA) is known color: Heliotrope. HEX triplet: C6, 5F and FA. RGB value is (198,95,250). Sum of RGB (Red+Green+Blue) = 198+95+250=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #C65FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FFA is #39A005. Grayscale: #8E8E8E. Windows color (decimal): -3776518 or 16408518. OLE color: 16408518.
HSL color Cylindrical-coordinate representation of color #C65FFA: hue angle of 279.87º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C65FFA is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 95 | 250 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.02 |
| HSL | 279.87º | 0.94% | 0.68% | - |
| HSV(B) | 279.87º | 0.62% | 0.98% | - |
| XYZ | 44.64 | 27.09 | 93.32 | - |
| YUV | 143.47 | 188.12 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 250 | 0.21 | 0.62 | 0 | 0.02 | 279.87 | 0.94 | 0.68 |
| Hex | C6 | 5F | FA | 15 | 3E | 0 | 2 | 118 | 5E | 44 |
| Octal | 306 | 137 | 372 | 25 | 76 | 0 | 2 | 430 | 136 | 104 |
| Binary | 11000110 | 1011111 | 11111010 | 10101 | 111110 | 0 | 10 | 100011000 | 1011110 | 1000100 |
Color Harmonies of #C65FFA
Complementary color
Monochromatic Colors of #C65FFA
Black with #C65FFA
Text Example
Text Example
White with #C65FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FFA; }
p { color: rgb(198,95,250); }
H1.HeaderClassName
{
color: #C65FFA;
}
.AnyTagClassName
{
color: #C65FFA;
}
</style>
background-color css
<style>
a { background-color: #C65FFA; }
a { background-color: rgb(198,95,250); }
div.DivClassName
{
background-color: #C65FFA;
}
.BgClassName
{
background-color: #C65FFA;
}
</style>
border-color css
<style>
span { border-color: #C65FFA; }
span { border-color: rgb(198,95,250); }
td.TdClassName
{
border-color: #C65FFA;
}
.TagClassName
{
border-color: #C65FFA;
}
</style>