Shades of Heliotrope #C36FFA
Tints of Heliotrope #C36FFA
RGB
CMYK
RGB Variations
Color information
#C36FFA (or 0xC36FFA) is known color: Heliotrope. HEX triplet: C3, 6F and FA. RGB value is (195,111,250). Sum of RGB (Red+Green+Blue) = 195+111+250=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #C36FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36FFA is #3C9005. Grayscale: #979797. Windows color (decimal): -3969030 or 16412611. OLE color: 16412611.
HSL color Cylindrical-coordinate representation of color #C36FFA: hue angle of 276.26º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36FFA is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 111 | 250 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.02 |
| HSL | 276.26º | 0.93% | 0.71% | - |
| HSV(B) | 276.26º | 0.56% | 0.98% | - |
| XYZ | 45.45 | 29.87 | 93.81 | - |
| YUV | 151.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 250 | 0.22 | 0.56 | 0 | 0.02 | 276.26 | 0.93 | 0.71 |
| Hex | C3 | 6F | FA | 16 | 38 | 0 | 2 | 114 | 5D | 47 |
| Octal | 303 | 157 | 372 | 26 | 70 | 0 | 2 | 424 | 135 | 107 |
| Binary | 11000011 | 1101111 | 11111010 | 10110 | 111000 | 0 | 10 | 100010100 | 1011101 | 1000111 |
Color Harmonies of #C36FFA
Complementary color
Monochromatic Colors of #C36FFA
Black with #C36FFA
Text Example
Text Example
White with #C36FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FFA; }
p { color: rgb(195,111,250); }
H1.HeaderClassName
{
color: #C36FFA;
}
.AnyTagClassName
{
color: #C36FFA;
}
</style>
background-color css
<style>
a { background-color: #C36FFA; }
a { background-color: rgb(195,111,250); }
div.DivClassName
{
background-color: #C36FFA;
}
.BgClassName
{
background-color: #C36FFA;
}
</style>
border-color css
<style>
span { border-color: #C36FFA; }
span { border-color: rgb(195,111,250); }
td.TdClassName
{
border-color: #C36FFA;
}
.TagClassName
{
border-color: #C36FFA;
}
</style>