Shades of Heliotrope #C46CFD
Tints of Heliotrope #C46CFD
RGB
CMYK
RGB Variations
Color information
#C46CFD (or 0xC46CFD) is known color: Heliotrope. HEX triplet: C4, 6C and FD. RGB value is (196,108,253). Sum of RGB (Red+Green+Blue) = 196+108+253=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 108 (42.58% from 255 or 19.39% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #C46CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46CFD is #3B9302. Grayscale: #969696. Windows color (decimal): -3904259 or 16608452. OLE color: 16608452.
HSL color Cylindrical-coordinate representation of color #C46CFD: hue angle of 276.41º 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 #C46CFD is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 108 | 253 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.01 |
| HSL | 276.41º | 0.97% | 0.71% | - |
| HSV(B) | 276.41º | 0.57% | 0.99% | - |
| XYZ | 45.86 | 29.55 | 96.22 | - |
| YUV | 150.84 | 185.65 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 253 | 0.23 | 0.57 | 0 | 0.01 | 276.41 | 0.97 | 0.71 |
| Hex | C4 | 6C | FD | 17 | 39 | 0 | 1 | 114 | 61 | 47 |
| Octal | 304 | 154 | 375 | 27 | 71 | 0 | 1 | 424 | 141 | 107 |
| Binary | 11000100 | 1101100 | 11111101 | 10111 | 111001 | 0 | 1 | 100010100 | 1100001 | 1000111 |
Color Harmonies of #C46CFD
Complementary color
Monochromatic Colors of #C46CFD
Black with #C46CFD
Text Example
Text Example
White with #C46CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CFD; }
p { color: rgb(196,108,253); }
H1.HeaderClassName
{
color: #C46CFD;
}
.AnyTagClassName
{
color: #C46CFD;
}
</style>
background-color css
<style>
a { background-color: #C46CFD; }
a { background-color: rgb(196,108,253); }
div.DivClassName
{
background-color: #C46CFD;
}
.BgClassName
{
background-color: #C46CFD;
}
</style>
border-color css
<style>
span { border-color: #C46CFD; }
span { border-color: rgb(196,108,253); }
td.TdClassName
{
border-color: #C46CFD;
}
.TagClassName
{
border-color: #C46CFD;
}
</style>