Shades of Heliotrope #C36BFF
Tints of Heliotrope #C36BFF
RGB
CMYK
RGB Variations
Color information
#C36BFF (or 0xC36BFF) is known color: Heliotrope. HEX triplet: C3, 6B and FF. RGB value is (195,107,255). Sum of RGB (Red+Green+Blue) = 195+107+255=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #C36BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36BFF is #3C9400. Grayscale: #959595. Windows color (decimal): -3970049 or 16739267. OLE color: 16739267.
HSL color Cylindrical-coordinate representation of color #C36BFF: hue angle of 275.68º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C36BFF is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 107 | 255 | - |
| CMYK | 0.24 | 0.58 | 0 | 0 |
| HSL | 275.68º | 1% | 0.71% | - |
| HSV(B) | 275.68º | 0.58% | 1% | - |
| XYZ | 45.81 | 29.34 | 97.86 | - |
| YUV | 150.18 | 187.15 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 255 | 0.24 | 0.58 | 0 | 0 | 275.68 | 1 | 0.71 |
| Hex | C3 | 6B | FF | 18 | 3A | 0 | 0 | 114 | 64 | 47 |
| Octal | 303 | 153 | 377 | 30 | 72 | 0 | 0 | 424 | 144 | 107 |
| Binary | 11000011 | 1101011 | 11111111 | 11000 | 111010 | 0 | 0 | 100010100 | 1100100 | 1000111 |
Color Harmonies of #C36BFF
Complementary color
Monochromatic Colors of #C36BFF
Black with #C36BFF
Text Example
Text Example
White with #C36BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BFF; }
p { color: rgb(195,107,255); }
H1.HeaderClassName
{
color: #C36BFF;
}
.AnyTagClassName
{
color: #C36BFF;
}
</style>
background-color css
<style>
a { background-color: #C36BFF; }
a { background-color: rgb(195,107,255); }
div.DivClassName
{
background-color: #C36BFF;
}
.BgClassName
{
background-color: #C36BFF;
}
</style>
border-color css
<style>
span { border-color: #C36BFF; }
span { border-color: rgb(195,107,255); }
td.TdClassName
{
border-color: #C36BFF;
}
.TagClassName
{
border-color: #C36BFF;
}
</style>