Shades of Heliotrope #C36FFD
Tints of Heliotrope #C36FFD
RGB
CMYK
RGB Variations
Color information
#C36FFD (or 0xC36FFD) is known color: Heliotrope. HEX triplet: C3, 6F and FD. RGB value is (195,111,253). Sum of RGB (Red+Green+Blue) = 195+111+253=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #C36FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C36FFD is #3C9002. Grayscale: #979797. Windows color (decimal): -3969027 or 16609219. OLE color: 16609219.
HSL color Cylindrical-coordinate representation of color #C36FFD: hue angle of 275.49º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36FFD is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 111 | 253 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.01 |
| HSL | 275.49º | 0.97% | 0.71% | - |
| HSV(B) | 275.49º | 0.56% | 0.99% | - |
| XYZ | 45.92 | 30.06 | 96.31 | - |
| YUV | 152.3 | 184.83 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 253 | 0.23 | 0.56 | 0 | 0.01 | 275.49 | 0.97 | 0.71 |
| Hex | C3 | 6F | FD | 17 | 38 | 0 | 1 | 113 | 61 | 47 |
| Octal | 303 | 157 | 375 | 27 | 70 | 0 | 1 | 423 | 141 | 107 |
| Binary | 11000011 | 1101111 | 11111101 | 10111 | 111000 | 0 | 1 | 100010011 | 1100001 | 1000111 |
Color Harmonies of #C36FFD
Complementary color
Monochromatic Colors of #C36FFD
Black with #C36FFD
Text Example
Text Example
White with #C36FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FFD; }
p { color: rgb(195,111,253); }
H1.HeaderClassName
{
color: #C36FFD;
}
.AnyTagClassName
{
color: #C36FFD;
}
</style>
background-color css
<style>
a { background-color: #C36FFD; }
a { background-color: rgb(195,111,253); }
div.DivClassName
{
background-color: #C36FFD;
}
.BgClassName
{
background-color: #C36FFD;
}
</style>
border-color css
<style>
span { border-color: #C36FFD; }
span { border-color: rgb(195,111,253); }
td.TdClassName
{
border-color: #C36FFD;
}
.TagClassName
{
border-color: #C36FFD;
}
</style>