Shades of Heliotrope #C36FED
Tints of Heliotrope #C36FED
RGB
CMYK
RGB Variations
Color information
#C36FED (or 0xC36FED) is known color: Heliotrope. HEX triplet: C3, 6F and ED. RGB value is (195,111,237). Sum of RGB (Red+Green+Blue) = 195+111+237=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #C36FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36FED is #3C9012. Grayscale: #969696. Windows color (decimal): -3969043 or 15560643. OLE color: 15560643.
HSL color Cylindrical-coordinate representation of color #C36FED: hue angle of 280º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C36FED is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 111 | 237 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.07 |
| HSL | 280º | 0.78% | 0.68% | - |
| HSV(B) | 280º | 0.53% | 0.93% | - |
| XYZ | 43.48 | 29.09 | 83.44 | - |
| YUV | 150.48 | 176.83 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 237 | 0.18 | 0.53 | 0 | 0.07 | 280 | 0.78 | 0.68 |
| Hex | C3 | 6F | ED | 12 | 35 | 0 | 7 | 118 | 4E | 44 |
| Octal | 303 | 157 | 355 | 22 | 65 | 0 | 7 | 430 | 116 | 104 |
| Binary | 11000011 | 1101111 | 11101101 | 10010 | 110101 | 0 | 111 | 100011000 | 1001110 | 1000100 |
Color Harmonies of #C36FED
Complementary color
Monochromatic Colors of #C36FED
Black with #C36FED
Text Example
Text Example
White with #C36FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FED; }
p { color: rgb(195,111,237); }
H1.HeaderClassName
{
color: #C36FED;
}
.AnyTagClassName
{
color: #C36FED;
}
</style>
background-color css
<style>
a { background-color: #C36FED; }
a { background-color: rgb(195,111,237); }
div.DivClassName
{
background-color: #C36FED;
}
.BgClassName
{
background-color: #C36FED;
}
</style>
border-color css
<style>
span { border-color: #C36FED; }
span { border-color: rgb(195,111,237); }
td.TdClassName
{
border-color: #C36FED;
}
.TagClassName
{
border-color: #C36FED;
}
</style>