Shades of Heliotrope #C36CEF
Tints of Heliotrope #C36CEF
RGB
CMYK
RGB Variations
Color information
#C36CEF (or 0xC36CEF) is known color: Heliotrope. HEX triplet: C3, 6C and EF. RGB value is (195,108,239). Sum of RGB (Red+Green+Blue) = 195+108+239=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #C36CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36CEF is #3C9310. Grayscale: #949494. Windows color (decimal): -3969809 or 15690947. OLE color: 15690947.
HSL color Cylindrical-coordinate representation of color #C36CEF: hue angle of 279.85º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C36CEF is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 108 | 239 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.06 |
| HSL | 279.85º | 0.8% | 0.68% | - |
| HSV(B) | 279.85º | 0.55% | 0.94% | - |
| XYZ | 43.45 | 28.56 | 84.88 | - |
| YUV | 148.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 239 | 0.18 | 0.55 | 0 | 0.06 | 279.85 | 0.8 | 0.68 |
| Hex | C3 | 6C | EF | 12 | 37 | 0 | 6 | 118 | 50 | 44 |
| Octal | 303 | 154 | 357 | 22 | 67 | 0 | 6 | 430 | 120 | 104 |
| Binary | 11000011 | 1101100 | 11101111 | 10010 | 110111 | 0 | 110 | 100011000 | 1010000 | 1000100 |
Color Harmonies of #C36CEF
Complementary color
Monochromatic Colors of #C36CEF
Black with #C36CEF
Text Example
Text Example
White with #C36CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CEF; }
p { color: rgb(195,108,239); }
H1.HeaderClassName
{
color: #C36CEF;
}
.AnyTagClassName
{
color: #C36CEF;
}
</style>
background-color css
<style>
a { background-color: #C36CEF; }
a { background-color: rgb(195,108,239); }
div.DivClassName
{
background-color: #C36CEF;
}
.BgClassName
{
background-color: #C36CEF;
}
</style>
border-color css
<style>
span { border-color: #C36CEF; }
span { border-color: rgb(195,108,239); }
td.TdClassName
{
border-color: #C36CEF;
}
.TagClassName
{
border-color: #C36CEF;
}
</style>