Shades of Heliotrope #C36FFE
Tints of Heliotrope #C36FFE
RGB
CMYK
RGB Variations
Color information
#C36FFE (or 0xC36FFE) is known color: Heliotrope. HEX triplet: C3, 6F and FE. RGB value is (195,111,254). Sum of RGB (Red+Green+Blue) = 195+111+254=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #C36FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36FFE is #3C9001. Grayscale: #979797. Windows color (decimal): -3969026 or 16674755. OLE color: 16674755.
HSL color Cylindrical-coordinate representation of color #C36FFE: hue angle of 275.24º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36FFE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 111 | 254 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.00 |
| HSL | 275.24º | 0.99% | 0.72% | - |
| HSV(B) | 275.24º | 0.56% | 1% | - |
| XYZ | 46.08 | 30.13 | 97.15 | - |
| YUV | 152.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 254 | 0.23 | 0.56 | 0 | 0.00 | 275.24 | 0.99 | 0.72 |
| Hex | C3 | 6F | FE | 17 | 38 | 0 | 0 | 113 | 63 | 48 |
| Octal | 303 | 157 | 376 | 27 | 70 | 0 | 0 | 423 | 143 | 110 |
| Binary | 11000011 | 1101111 | 11111110 | 10111 | 111000 | 0 | 0 | 100010011 | 1100011 | 1001000 |
Color Harmonies of #C36FFE
Complementary color
Monochromatic Colors of #C36FFE
Black with #C36FFE
Text Example
Text Example
White with #C36FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FFE; }
p { color: rgb(195,111,254); }
H1.HeaderClassName
{
color: #C36FFE;
}
.AnyTagClassName
{
color: #C36FFE;
}
</style>
background-color css
<style>
a { background-color: #C36FFE; }
a { background-color: rgb(195,111,254); }
div.DivClassName
{
background-color: #C36FFE;
}
.BgClassName
{
background-color: #C36FFE;
}
</style>
border-color css
<style>
span { border-color: #C36FFE; }
span { border-color: rgb(195,111,254); }
td.TdClassName
{
border-color: #C36FFE;
}
.TagClassName
{
border-color: #C36FFE;
}
</style>