Shades of Heliotrope #C36BFD
Tints of Heliotrope #C36BFD
RGB
CMYK
RGB Variations
Color information
#C36BFD (or 0xC36BFD) is known color: Heliotrope. HEX triplet: C3, 6B and FD. RGB value is (195,107,253). Sum of RGB (Red+Green+Blue) = 195+107+253=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #C36BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36BFD is #3C9402. Grayscale: #959595. Windows color (decimal): -3970051 or 16608195. OLE color: 16608195.
HSL color Cylindrical-coordinate representation of color #C36BFD: hue angle of 276.16º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C36BFD is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 107 | 253 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.01 |
| HSL | 276.16º | 0.97% | 0.71% | - |
| HSV(B) | 276.16º | 0.58% | 0.99% | - |
| XYZ | 45.49 | 29.21 | 96.17 | - |
| YUV | 149.96 | 186.15 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 253 | 0.23 | 0.58 | 0 | 0.01 | 276.16 | 0.97 | 0.71 |
| Hex | C3 | 6B | FD | 17 | 3A | 0 | 1 | 114 | 61 | 47 |
| Octal | 303 | 153 | 375 | 27 | 72 | 0 | 1 | 424 | 141 | 107 |
| Binary | 11000011 | 1101011 | 11111101 | 10111 | 111010 | 0 | 1 | 100010100 | 1100001 | 1000111 |
Color Harmonies of #C36BFD
Complementary color
Monochromatic Colors of #C36BFD
Black with #C36BFD
Text Example
Text Example
White with #C36BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BFD; }
p { color: rgb(195,107,253); }
H1.HeaderClassName
{
color: #C36BFD;
}
.AnyTagClassName
{
color: #C36BFD;
}
</style>
background-color css
<style>
a { background-color: #C36BFD; }
a { background-color: rgb(195,107,253); }
div.DivClassName
{
background-color: #C36BFD;
}
.BgClassName
{
background-color: #C36BFD;
}
</style>
border-color css
<style>
span { border-color: #C36BFD; }
span { border-color: rgb(195,107,253); }
td.TdClassName
{
border-color: #C36BFD;
}
.TagClassName
{
border-color: #C36BFD;
}
</style>