Shades of Heliotrope #C468FD
Tints of Heliotrope #C468FD
RGB
CMYK
RGB Variations
Color information
#C468FD (or 0xC468FD) is known color: Heliotrope. HEX triplet: C4, 68 and FD. RGB value is (196,104,253). Sum of RGB (Red+Green+Blue) = 196+104+253=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #C468FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468FD is #3B9702. Grayscale: #939393. Windows color (decimal): -3905283 or 16607428. OLE color: 16607428.
HSL color Cylindrical-coordinate representation of color #C468FD: hue angle of 277.05º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C468FD is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 104 | 253 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.01 |
| HSL | 277.05º | 0.97% | 0.7% | - |
| HSV(B) | 277.05º | 0.59% | 0.99% | - |
| XYZ | 45.44 | 28.73 | 96.08 | - |
| YUV | 148.49 | 186.98 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 253 | 0.23 | 0.59 | 0 | 0.01 | 277.05 | 0.97 | 0.7 |
| Hex | C4 | 68 | FD | 17 | 3B | 0 | 1 | 115 | 61 | 46 |
| Octal | 304 | 150 | 375 | 27 | 73 | 0 | 1 | 425 | 141 | 106 |
| Binary | 11000100 | 1101000 | 11111101 | 10111 | 111011 | 0 | 1 | 100010101 | 1100001 | 1000110 |
Color Harmonies of #C468FD
Complementary color
Monochromatic Colors of #C468FD
Black with #C468FD
Text Example
Text Example
White with #C468FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C468FD; }
p { color: rgb(196,104,253); }
H1.HeaderClassName
{
color: #C468FD;
}
.AnyTagClassName
{
color: #C468FD;
}
</style>
background-color css
<style>
a { background-color: #C468FD; }
a { background-color: rgb(196,104,253); }
div.DivClassName
{
background-color: #C468FD;
}
.BgClassName
{
background-color: #C468FD;
}
</style>
border-color css
<style>
span { border-color: #C468FD; }
span { border-color: rgb(196,104,253); }
td.TdClassName
{
border-color: #C468FD;
}
.TagClassName
{
border-color: #C468FD;
}
</style>