Shades of Heliotrope #C36CFD
Tints of Heliotrope #C36CFD
RGB
CMYK
RGB Variations
Color information
#C36CFD (or 0xC36CFD) is known color: Heliotrope. HEX triplet: C3, 6C and FD. RGB value is (195,108,253). Sum of RGB (Red+Green+Blue) = 195+108+253=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #C36CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36CFD is #3C9302. Grayscale: #969696. Windows color (decimal): -3969795 or 16608451. OLE color: 16608451.
HSL color Cylindrical-coordinate representation of color #C36CFD: hue angle of 276º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C36CFD is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 108 | 253 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.01 |
| HSL | 276º | 0.97% | 0.71% | - |
| HSV(B) | 276º | 0.57% | 0.99% | - |
| XYZ | 45.6 | 29.42 | 96.2 | - |
| YUV | 150.54 | 185.82 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 253 | 0.23 | 0.57 | 0 | 0.01 | 276 | 0.97 | 0.71 |
| Hex | C3 | 6C | FD | 17 | 39 | 0 | 1 | 114 | 61 | 47 |
| Octal | 303 | 154 | 375 | 27 | 71 | 0 | 1 | 424 | 141 | 107 |
| Binary | 11000011 | 1101100 | 11111101 | 10111 | 111001 | 0 | 1 | 100010100 | 1100001 | 1000111 |
Color Harmonies of #C36CFD
Complementary color
Monochromatic Colors of #C36CFD
Black with #C36CFD
Text Example
Text Example
White with #C36CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CFD; }
p { color: rgb(195,108,253); }
H1.HeaderClassName
{
color: #C36CFD;
}
.AnyTagClassName
{
color: #C36CFD;
}
</style>
background-color css
<style>
a { background-color: #C36CFD; }
a { background-color: rgb(195,108,253); }
div.DivClassName
{
background-color: #C36CFD;
}
.BgClassName
{
background-color: #C36CFD;
}
</style>
border-color css
<style>
span { border-color: #C36CFD; }
span { border-color: rgb(195,108,253); }
td.TdClassName
{
border-color: #C36CFD;
}
.TagClassName
{
border-color: #C36CFD;
}
</style>