Shades of Heliotrope #C65DFA
Tints of Heliotrope #C65DFA
RGB
CMYK
RGB Variations
Color information
#C65DFA (or 0xC65DFA) is known color: Heliotrope. HEX triplet: C6, 5D and FA. RGB value is (198,93,250). Sum of RGB (Red+Green+Blue) = 198+93+250=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #C65DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DFA is #39A205. Grayscale: #8D8D8D. Windows color (decimal): -3777030 or 16408006. OLE color: 16408006.
HSL color Cylindrical-coordinate representation of color #C65DFA: hue angle of 280.13º degrees, saturation: 0.94, 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 #C65DFA is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 93 | 250 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.02 |
| HSL | 280.13º | 0.94% | 0.67% | - |
| HSV(B) | 280.13º | 0.63% | 0.98% | - |
| XYZ | 44.46 | 26.74 | 93.26 | - |
| YUV | 142.29 | 188.79 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 250 | 0.21 | 0.63 | 0 | 0.02 | 280.13 | 0.94 | 0.67 |
| Hex | C6 | 5D | FA | 15 | 3F | 0 | 2 | 118 | 5E | 43 |
| Octal | 306 | 135 | 372 | 25 | 77 | 0 | 2 | 430 | 136 | 103 |
| Binary | 11000110 | 1011101 | 11111010 | 10101 | 111111 | 0 | 10 | 100011000 | 1011110 | 1000011 |
Color Harmonies of #C65DFA
Complementary color
Monochromatic Colors of #C65DFA
Black with #C65DFA
Text Example
Text Example
White with #C65DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DFA; }
p { color: rgb(198,93,250); }
H1.HeaderClassName
{
color: #C65DFA;
}
.AnyTagClassName
{
color: #C65DFA;
}
</style>
background-color css
<style>
a { background-color: #C65DFA; }
a { background-color: rgb(198,93,250); }
div.DivClassName
{
background-color: #C65DFA;
}
.BgClassName
{
background-color: #C65DFA;
}
</style>
border-color css
<style>
span { border-color: #C65DFA; }
span { border-color: rgb(198,93,250); }
td.TdClassName
{
border-color: #C65DFA;
}
.TagClassName
{
border-color: #C65DFA;
}
</style>