Shades of Heliotrope #C468ED
Tints of Heliotrope #C468ED
RGB
CMYK
RGB Variations
Color information
#C468ED (or 0xC468ED) is known color: Heliotrope. HEX triplet: C4, 68 and ED. RGB value is (196,104,237). Sum of RGB (Red+Green+Blue) = 196+104+237=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #C468ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C468ED is #3B9712. Grayscale: #929292. Windows color (decimal): -3905299 or 15558852. OLE color: 15558852.
HSL color Cylindrical-coordinate representation of color #C468ED: hue angle of 281.5º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C468ED is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 104 | 237 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.07 |
| HSL | 281.5º | 0.79% | 0.67% | - |
| HSV(B) | 281.5º | 0.56% | 0.93% | - |
| XYZ | 43 | 27.75 | 83.21 | - |
| YUV | 146.67 | 178.98 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 237 | 0.17 | 0.56 | 0 | 0.07 | 281.5 | 0.79 | 0.67 |
| Hex | C4 | 68 | ED | 11 | 38 | 0 | 7 | 11A | 4F | 43 |
| Octal | 304 | 150 | 355 | 21 | 70 | 0 | 7 | 432 | 117 | 103 |
| Binary | 11000100 | 1101000 | 11101101 | 10001 | 111000 | 0 | 111 | 100011010 | 1001111 | 1000011 |
Color Harmonies of #C468ED
Complementary color
Monochromatic Colors of #C468ED
Black with #C468ED
Text Example
Text Example
White with #C468ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C468ED; }
p { color: rgb(196,104,237); }
H1.HeaderClassName
{
color: #C468ED;
}
.AnyTagClassName
{
color: #C468ED;
}
</style>
background-color css
<style>
a { background-color: #C468ED; }
a { background-color: rgb(196,104,237); }
div.DivClassName
{
background-color: #C468ED;
}
.BgClassName
{
background-color: #C468ED;
}
</style>
border-color css
<style>
span { border-color: #C468ED; }
span { border-color: rgb(196,104,237); }
td.TdClassName
{
border-color: #C468ED;
}
.TagClassName
{
border-color: #C468ED;
}
</style>