Shades of Heliotrope #C36FEA
Tints of Heliotrope #C36FEA
RGB
CMYK
RGB Variations
Color information
#C36FEA (or 0xC36FEA) is known color: Heliotrope. HEX triplet: C3, 6F and EA. RGB value is (195,111,234). Sum of RGB (Red+Green+Blue) = 195+111+234=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #C36FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36FEA is #3C9015. Grayscale: #959595. Windows color (decimal): -3969046 or 15364035. OLE color: 15364035.
HSL color Cylindrical-coordinate representation of color #C36FEA: hue angle of 280.98º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C36FEA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 111 | 234 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.08 |
| HSL | 280.98º | 0.75% | 0.68% | - |
| HSV(B) | 280.98º | 0.53% | 0.92% | - |
| XYZ | 43.04 | 28.91 | 81.15 | - |
| YUV | 150.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 234 | 0.17 | 0.53 | 0 | 0.08 | 280.98 | 0.75 | 0.68 |
| Hex | C3 | 6F | EA | 11 | 35 | 0 | 8 | 119 | 4B | 44 |
| Octal | 303 | 157 | 352 | 21 | 65 | 0 | 10 | 431 | 113 | 104 |
| Binary | 11000011 | 1101111 | 11101010 | 10001 | 110101 | 0 | 1000 | 100011001 | 1001011 | 1000100 |
Color Harmonies of #C36FEA
Complementary color
Monochromatic Colors of #C36FEA
Black with #C36FEA
Text Example
Text Example
White with #C36FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FEA; }
p { color: rgb(195,111,234); }
H1.HeaderClassName
{
color: #C36FEA;
}
.AnyTagClassName
{
color: #C36FEA;
}
</style>
background-color css
<style>
a { background-color: #C36FEA; }
a { background-color: rgb(195,111,234); }
div.DivClassName
{
background-color: #C36FEA;
}
.BgClassName
{
background-color: #C36FEA;
}
</style>
border-color css
<style>
span { border-color: #C36FEA; }
span { border-color: rgb(195,111,234); }
td.TdClassName
{
border-color: #C36FEA;
}
.TagClassName
{
border-color: #C36FEA;
}
</style>