Shades of Heliotrope #C36CED
Tints of Heliotrope #C36CED
RGB
CMYK
RGB Variations
Color information
#C36CED (or 0xC36CED) is known color: Heliotrope. HEX triplet: C3, 6C and ED. RGB value is (195,108,237). Sum of RGB (Red+Green+Blue) = 195+108+237=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #C36CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36CED is #3C9312. Grayscale: #949494. Windows color (decimal): -3969811 or 15559875. OLE color: 15559875.
HSL color Cylindrical-coordinate representation of color #C36CED: hue angle of 280.47º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C36CED is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 108 | 237 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.07 |
| HSL | 280.47º | 0.78% | 0.68% | - |
| HSV(B) | 280.47º | 0.54% | 0.93% | - |
| XYZ | 43.15 | 28.44 | 83.34 | - |
| YUV | 148.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 237 | 0.18 | 0.54 | 0 | 0.07 | 280.47 | 0.78 | 0.68 |
| Hex | C3 | 6C | ED | 12 | 36 | 0 | 7 | 118 | 4E | 44 |
| Octal | 303 | 154 | 355 | 22 | 66 | 0 | 7 | 430 | 116 | 104 |
| Binary | 11000011 | 1101100 | 11101101 | 10010 | 110110 | 0 | 111 | 100011000 | 1001110 | 1000100 |
Color Harmonies of #C36CED
Complementary color
Monochromatic Colors of #C36CED
Black with #C36CED
Text Example
Text Example
White with #C36CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CED; }
p { color: rgb(195,108,237); }
H1.HeaderClassName
{
color: #C36CED;
}
.AnyTagClassName
{
color: #C36CED;
}
</style>
background-color css
<style>
a { background-color: #C36CED; }
a { background-color: rgb(195,108,237); }
div.DivClassName
{
background-color: #C36CED;
}
.BgClassName
{
background-color: #C36CED;
}
</style>
border-color css
<style>
span { border-color: #C36CED; }
span { border-color: rgb(195,108,237); }
td.TdClassName
{
border-color: #C36CED;
}
.TagClassName
{
border-color: #C36CED;
}
</style>