Shades of Heliotrope #C65DFE
Tints of Heliotrope #C65DFE
RGB
CMYK
RGB Variations
Color information
#C65DFE (or 0xC65DFE) is known color: Heliotrope. HEX triplet: C6, 5D and FE. RGB value is (198,93,254). Sum of RGB (Red+Green+Blue) = 198+93+254=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #C65DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DFE is #39A201. Grayscale: #8E8E8E. Windows color (decimal): -3777026 or 16670150. OLE color: 16670150.
HSL color Cylindrical-coordinate representation of color #C65DFE: hue angle of 279.13º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C65DFE is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 93 | 254 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.00 |
| HSL | 279.13º | 0.99% | 0.68% | - |
| HSV(B) | 279.13º | 0.63% | 1% | - |
| XYZ | 45.09 | 26.99 | 96.6 | - |
| YUV | 142.75 | 190.79 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 254 | 0.22 | 0.63 | 0 | 0.00 | 279.13 | 0.99 | 0.68 |
| Hex | C6 | 5D | FE | 16 | 3F | 0 | 0 | 117 | 63 | 44 |
| Octal | 306 | 135 | 376 | 26 | 77 | 0 | 0 | 427 | 143 | 104 |
| Binary | 11000110 | 1011101 | 11111110 | 10110 | 111111 | 0 | 0 | 100010111 | 1100011 | 1000100 |
Color Harmonies of #C65DFE
Complementary color
Monochromatic Colors of #C65DFE
Black with #C65DFE
Text Example
Text Example
White with #C65DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65DFE; }
p { color: rgb(198,93,254); }
H1.HeaderClassName
{
color: #C65DFE;
}
.AnyTagClassName
{
color: #C65DFE;
}
</style>
background-color css
<style>
a { background-color: #C65DFE; }
a { background-color: rgb(198,93,254); }
div.DivClassName
{
background-color: #C65DFE;
}
.BgClassName
{
background-color: #C65DFE;
}
</style>
border-color css
<style>
span { border-color: #C65DFE; }
span { border-color: rgb(198,93,254); }
td.TdClassName
{
border-color: #C65DFE;
}
.TagClassName
{
border-color: #C65DFE;
}
</style>