Shades of Heliotrope #C65FF6
Tints of Heliotrope #C65FF6
RGB
CMYK
RGB Variations
Color information
#C65FF6 (or 0xC65FF6) is known color: Heliotrope. HEX triplet: C6, 5F and F6. RGB value is (198,95,246). Sum of RGB (Red+Green+Blue) = 198+95+246=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #C65FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FF6 is #39A009. Grayscale: #8E8E8E. Windows color (decimal): -3776522 or 16146374. OLE color: 16146374.
HSL color Cylindrical-coordinate representation of color #C65FF6: hue angle of 280.93º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C65FF6 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 95 | 246 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.04 |
| HSL | 280.93º | 0.89% | 0.67% | - |
| HSV(B) | 280.93º | 0.61% | 0.96% | - |
| XYZ | 44.02 | 26.84 | 90.05 | - |
| YUV | 143.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 246 | 0.20 | 0.61 | 0 | 0.04 | 280.93 | 0.89 | 0.67 |
| Hex | C6 | 5F | F6 | 14 | 3D | 0 | 4 | 119 | 59 | 43 |
| Octal | 306 | 137 | 366 | 24 | 75 | 0 | 4 | 431 | 131 | 103 |
| Binary | 11000110 | 1011111 | 11110110 | 10100 | 111101 | 0 | 100 | 100011001 | 1011001 | 1000011 |
Color Harmonies of #C65FF6
Complementary color
Monochromatic Colors of #C65FF6
Black with #C65FF6
Text Example
Text Example
White with #C65FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FF6; }
p { color: rgb(198,95,246); }
H1.HeaderClassName
{
color: #C65FF6;
}
.AnyTagClassName
{
color: #C65FF6;
}
</style>
background-color css
<style>
a { background-color: #C65FF6; }
a { background-color: rgb(198,95,246); }
div.DivClassName
{
background-color: #C65FF6;
}
.BgClassName
{
background-color: #C65FF6;
}
</style>
border-color css
<style>
span { border-color: #C65FF6; }
span { border-color: rgb(198,95,246); }
td.TdClassName
{
border-color: #C65FF6;
}
.TagClassName
{
border-color: #C65FF6;
}
</style>