Shades of Heliotrope #C46FFD
Tints of Heliotrope #C46FFD
RGB
CMYK
RGB Variations
Color information
#C46FFD (or 0xC46FFD) is known color: Heliotrope. HEX triplet: C4, 6F and FD. RGB value is (196,111,253). Sum of RGB (Red+Green+Blue) = 196+111+253=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #C46FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46FFD is #3B9002. Grayscale: #989898. Windows color (decimal): -3903491 or 16609220. OLE color: 16609220.
HSL color Cylindrical-coordinate representation of color #C46FFD: hue angle of 275.92º 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 #C46FFD is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 111 | 253 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.01 |
| HSL | 275.92º | 0.97% | 0.71% | - |
| HSV(B) | 275.92º | 0.56% | 0.99% | - |
| XYZ | 46.18 | 30.2 | 96.32 | - |
| YUV | 152.6 | 184.66 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 253 | 0.23 | 0.56 | 0 | 0.01 | 275.92 | 0.97 | 0.71 |
| Hex | C4 | 6F | FD | 17 | 38 | 0 | 1 | 114 | 61 | 47 |
| Octal | 304 | 157 | 375 | 27 | 70 | 0 | 1 | 424 | 141 | 107 |
| Binary | 11000100 | 1101111 | 11111101 | 10111 | 111000 | 0 | 1 | 100010100 | 1100001 | 1000111 |
Color Harmonies of #C46FFD
Complementary color
Monochromatic Colors of #C46FFD
Black with #C46FFD
Text Example
Text Example
White with #C46FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FFD; }
p { color: rgb(196,111,253); }
H1.HeaderClassName
{
color: #C46FFD;
}
.AnyTagClassName
{
color: #C46FFD;
}
</style>
background-color css
<style>
a { background-color: #C46FFD; }
a { background-color: rgb(196,111,253); }
div.DivClassName
{
background-color: #C46FFD;
}
.BgClassName
{
background-color: #C46FFD;
}
</style>
border-color css
<style>
span { border-color: #C46FFD; }
span { border-color: rgb(196,111,253); }
td.TdClassName
{
border-color: #C46FFD;
}
.TagClassName
{
border-color: #C46FFD;
}
</style>