Shades of Heliotrope #C65DFC
Tints of Heliotrope #C65DFC
RGB
CMYK
RGB Variations
Color information
#C65DFC (or 0xC65DFC) is known color: Heliotrope. HEX triplet: C6, 5D and FC. RGB value is (198,93,252). Sum of RGB (Red+Green+Blue) = 198+93+252=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #C65DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DFC is #39A203. Grayscale: #8D8D8D. Windows color (decimal): -3777028 or 16539078. OLE color: 16539078.
HSL color Cylindrical-coordinate representation of color #C65DFC: hue angle of 279.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C65DFC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 93 | 252 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.01 |
| HSL | 279.62º | 0.96% | 0.68% | - |
| HSV(B) | 279.62º | 0.63% | 0.99% | - |
| XYZ | 44.77 | 26.86 | 94.92 | - |
| YUV | 142.52 | 189.79 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 252 | 0.21 | 0.63 | 0 | 0.01 | 279.62 | 0.96 | 0.68 |
| Hex | C6 | 5D | FC | 15 | 3F | 0 | 1 | 118 | 60 | 44 |
| Octal | 306 | 135 | 374 | 25 | 77 | 0 | 1 | 430 | 140 | 104 |
| Binary | 11000110 | 1011101 | 11111100 | 10101 | 111111 | 0 | 1 | 100011000 | 1100000 | 1000100 |
Color Harmonies of #C65DFC
Complementary color
Monochromatic Colors of #C65DFC
Black with #C65DFC
Text Example
Text Example
White with #C65DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DFC; }
p { color: rgb(198,93,252); }
H1.HeaderClassName
{
color: #C65DFC;
}
.AnyTagClassName
{
color: #C65DFC;
}
</style>
background-color css
<style>
a { background-color: #C65DFC; }
a { background-color: rgb(198,93,252); }
div.DivClassName
{
background-color: #C65DFC;
}
.BgClassName
{
background-color: #C65DFC;
}
</style>
border-color css
<style>
span { border-color: #C65DFC; }
span { border-color: rgb(198,93,252); }
td.TdClassName
{
border-color: #C65DFC;
}
.TagClassName
{
border-color: #C65DFC;
}
</style>