Shades of Heliotrope #C36FF1
Tints of Heliotrope #C36FF1
RGB
CMYK
RGB Variations
Color information
#C36FF1 (or 0xC36FF1) is known color: Heliotrope. HEX triplet: C3, 6F and F1. RGB value is (195,111,241). Sum of RGB (Red+Green+Blue) = 195+111+241=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #C36FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36FF1 is #3C900E. Grayscale: #969696. Windows color (decimal): -3969039 or 15822787. OLE color: 15822787.
HSL color Cylindrical-coordinate representation of color #C36FF1: hue angle of 278.77º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C36FF1 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 111 | 241 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.05 |
| HSL | 278.77º | 0.82% | 0.69% | - |
| HSV(B) | 278.77º | 0.54% | 0.95% | - |
| XYZ | 44.07 | 29.32 | 86.56 | - |
| YUV | 150.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 241 | 0.19 | 0.54 | 0 | 0.05 | 278.77 | 0.82 | 0.69 |
| Hex | C3 | 6F | F1 | 13 | 36 | 0 | 5 | 117 | 52 | 45 |
| Octal | 303 | 157 | 361 | 23 | 66 | 0 | 5 | 427 | 122 | 105 |
| Binary | 11000011 | 1101111 | 11110001 | 10011 | 110110 | 0 | 101 | 100010111 | 1010010 | 1000101 |
Color Harmonies of #C36FF1
Complementary color
Monochromatic Colors of #C36FF1
Black with #C36FF1
Text Example
Text Example
White with #C36FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FF1; }
p { color: rgb(195,111,241); }
H1.HeaderClassName
{
color: #C36FF1;
}
.AnyTagClassName
{
color: #C36FF1;
}
</style>
background-color css
<style>
a { background-color: #C36FF1; }
a { background-color: rgb(195,111,241); }
div.DivClassName
{
background-color: #C36FF1;
}
.BgClassName
{
background-color: #C36FF1;
}
</style>
border-color css
<style>
span { border-color: #C36FF1; }
span { border-color: rgb(195,111,241); }
td.TdClassName
{
border-color: #C36FF1;
}
.TagClassName
{
border-color: #C36FF1;
}
</style>