Shades of Heliotrope #C36FFB
Tints of Heliotrope #C36FFB
RGB
CMYK
RGB Variations
Color information
#C36FFB (or 0xC36FFB) is known color: Heliotrope. HEX triplet: C3, 6F and FB. RGB value is (195,111,251). Sum of RGB (Red+Green+Blue) = 195+111+251=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #C36FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36FFB is #3C9004. Grayscale: #979797. Windows color (decimal): -3969029 or 16478147. OLE color: 16478147.
HSL color Cylindrical-coordinate representation of color #C36FFB: hue angle of 276º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36FFB is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 111 | 251 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.02 |
| HSL | 276º | 0.95% | 0.71% | - |
| HSV(B) | 276º | 0.56% | 0.98% | - |
| XYZ | 45.6 | 29.94 | 94.64 | - |
| YUV | 152.08 | 183.83 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 251 | 0.22 | 0.56 | 0 | 0.02 | 276 | 0.95 | 0.71 |
| Hex | C3 | 6F | FB | 16 | 38 | 0 | 2 | 114 | 5F | 47 |
| Octal | 303 | 157 | 373 | 26 | 70 | 0 | 2 | 424 | 137 | 107 |
| Binary | 11000011 | 1101111 | 11111011 | 10110 | 111000 | 0 | 10 | 100010100 | 1011111 | 1000111 |
Color Harmonies of #C36FFB
Complementary color
Monochromatic Colors of #C36FFB
Black with #C36FFB
Text Example
Text Example
White with #C36FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FFB; }
p { color: rgb(195,111,251); }
H1.HeaderClassName
{
color: #C36FFB;
}
.AnyTagClassName
{
color: #C36FFB;
}
</style>
background-color css
<style>
a { background-color: #C36FFB; }
a { background-color: rgb(195,111,251); }
div.DivClassName
{
background-color: #C36FFB;
}
.BgClassName
{
background-color: #C36FFB;
}
</style>
border-color css
<style>
span { border-color: #C36FFB; }
span { border-color: rgb(195,111,251); }
td.TdClassName
{
border-color: #C36FFB;
}
.TagClassName
{
border-color: #C36FFB;
}
</style>