Shades of Heliotrope #C36AED
Tints of Heliotrope #C36AED
RGB
CMYK
RGB Variations
Color information
#C36AED (or 0xC36AED) is known color: Heliotrope. HEX triplet: C3, 6A and ED. RGB value is (195,106,237). Sum of RGB (Red+Green+Blue) = 195+106+237=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #C36AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36AED is #3C9512. Grayscale: #939393. Windows color (decimal): -3970323 or 15559363. OLE color: 15559363.
HSL color Cylindrical-coordinate representation of color #C36AED: hue angle of 280.76º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C36AED is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 106 | 237 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.07 |
| HSL | 280.76º | 0.78% | 0.67% | - |
| HSV(B) | 280.76º | 0.55% | 0.93% | - |
| XYZ | 42.95 | 28.02 | 83.27 | - |
| YUV | 147.55 | 178.49 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 237 | 0.18 | 0.55 | 0 | 0.07 | 280.76 | 0.78 | 0.67 |
| Hex | C3 | 6A | ED | 12 | 37 | 0 | 7 | 119 | 4E | 43 |
| Octal | 303 | 152 | 355 | 22 | 67 | 0 | 7 | 431 | 116 | 103 |
| Binary | 11000011 | 1101010 | 11101101 | 10010 | 110111 | 0 | 111 | 100011001 | 1001110 | 1000011 |
Color Harmonies of #C36AED
Complementary color
Monochromatic Colors of #C36AED
Black with #C36AED
Text Example
Text Example
White with #C36AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36AED; }
p { color: rgb(195,106,237); }
H1.HeaderClassName
{
color: #C36AED;
}
.AnyTagClassName
{
color: #C36AED;
}
</style>
background-color css
<style>
a { background-color: #C36AED; }
a { background-color: rgb(195,106,237); }
div.DivClassName
{
background-color: #C36AED;
}
.BgClassName
{
background-color: #C36AED;
}
</style>
border-color css
<style>
span { border-color: #C36AED; }
span { border-color: rgb(195,106,237); }
td.TdClassName
{
border-color: #C36AED;
}
.TagClassName
{
border-color: #C36AED;
}
</style>