Shades of Heliotrope #C65CFC
Tints of Heliotrope #C65CFC
RGB
CMYK
RGB Variations
Color information
#C65CFC (or 0xC65CFC) is known color: Heliotrope. HEX triplet: C6, 5C and FC. RGB value is (198,92,252). Sum of RGB (Red+Green+Blue) = 198+92+252=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 92 (36.33% from 255 or 16.97% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #C65CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65CFC is #39A303. Grayscale: #8D8D8D. Windows color (decimal): -3777284 or 16538822. OLE color: 16538822.
HSL color Cylindrical-coordinate representation of color #C65CFC: hue angle of 279.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C65CFC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 92 | 252 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.01 |
| HSL | 279.75º | 0.96% | 0.67% | - |
| HSV(B) | 279.75º | 0.63% | 0.99% | - |
| XYZ | 44.69 | 26.69 | 94.89 | - |
| YUV | 141.93 | 190.12 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 252 | 0.21 | 0.63 | 0 | 0.01 | 279.75 | 0.96 | 0.67 |
| Hex | C6 | 5C | FC | 15 | 3F | 0 | 1 | 118 | 60 | 43 |
| Octal | 306 | 134 | 374 | 25 | 77 | 0 | 1 | 430 | 140 | 103 |
| Binary | 11000110 | 1011100 | 11111100 | 10101 | 111111 | 0 | 1 | 100011000 | 1100000 | 1000011 |
Color Harmonies of #C65CFC
Complementary color
Monochromatic Colors of #C65CFC
Black with #C65CFC
Text Example
Text Example
White with #C65CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65CFC; }
p { color: rgb(198,92,252); }
H1.HeaderClassName
{
color: #C65CFC;
}
.AnyTagClassName
{
color: #C65CFC;
}
</style>
background-color css
<style>
a { background-color: #C65CFC; }
a { background-color: rgb(198,92,252); }
div.DivClassName
{
background-color: #C65CFC;
}
.BgClassName
{
background-color: #C65CFC;
}
</style>
border-color css
<style>
span { border-color: #C65CFC; }
span { border-color: rgb(198,92,252); }
td.TdClassName
{
border-color: #C65CFC;
}
.TagClassName
{
border-color: #C65CFC;
}
</style>