Shades of Heliotrope #C65FF3
Tints of Heliotrope #C65FF3
RGB
CMYK
RGB Variations
Color information
#C65FF3 (or 0xC65FF3) is known color: Heliotrope. HEX triplet: C6, 5F and F3. RGB value is (198,95,243). Sum of RGB (Red+Green+Blue) = 198+95+243=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #C65FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FF3 is #39A00C. Grayscale: #8E8E8E. Windows color (decimal): -3776525 or 15949766. OLE color: 15949766.
HSL color Cylindrical-coordinate representation of color #C65FF3: hue angle of 281.76º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C65FF3 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 95 | 243 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.05 |
| HSL | 281.76º | 0.86% | 0.66% | - |
| HSV(B) | 281.76º | 0.61% | 0.95% | - |
| XYZ | 43.56 | 26.66 | 87.64 | - |
| YUV | 142.67 | 184.62 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 243 | 0.19 | 0.61 | 0 | 0.05 | 281.76 | 0.86 | 0.66 |
| Hex | C6 | 5F | F3 | 13 | 3D | 0 | 5 | 11A | 56 | 42 |
| Octal | 306 | 137 | 363 | 23 | 75 | 0 | 5 | 432 | 126 | 102 |
| Binary | 11000110 | 1011111 | 11110011 | 10011 | 111101 | 0 | 101 | 100011010 | 1010110 | 1000010 |
Color Harmonies of #C65FF3
Complementary color
Monochromatic Colors of #C65FF3
Black with #C65FF3
Text Example
Text Example
White with #C65FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FF3; }
p { color: rgb(198,95,243); }
H1.HeaderClassName
{
color: #C65FF3;
}
.AnyTagClassName
{
color: #C65FF3;
}
</style>
background-color css
<style>
a { background-color: #C65FF3; }
a { background-color: rgb(198,95,243); }
div.DivClassName
{
background-color: #C65FF3;
}
.BgClassName
{
background-color: #C65FF3;
}
</style>
border-color css
<style>
span { border-color: #C65FF3; }
span { border-color: rgb(198,95,243); }
td.TdClassName
{
border-color: #C65FF3;
}
.TagClassName
{
border-color: #C65FF3;
}
</style>