Shades of Heliotrope #C466F3
Tints of Heliotrope #C466F3
RGB
CMYK
RGB Variations
Color information
#C466F3 (or 0xC466F3) is known color: Heliotrope. HEX triplet: C4, 66 and F3. RGB value is (196,102,243). Sum of RGB (Red+Green+Blue) = 196+102+243=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #C466F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C466F3 is #3B990C. Grayscale: #919191. Windows color (decimal): -3905805 or 15951556. OLE color: 15951556.
HSL color Cylindrical-coordinate representation of color #C466F3: hue angle of 280º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C466F3 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 102 | 243 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.05 |
| HSL | 280º | 0.85% | 0.68% | - |
| HSV(B) | 280º | 0.58% | 0.95% | - |
| XYZ | 43.69 | 27.71 | 87.84 | - |
| YUV | 146.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 243 | 0.19 | 0.58 | 0 | 0.05 | 280 | 0.85 | 0.68 |
| Hex | C4 | 66 | F3 | 13 | 3A | 0 | 5 | 118 | 55 | 44 |
| Octal | 304 | 146 | 363 | 23 | 72 | 0 | 5 | 430 | 125 | 104 |
| Binary | 11000100 | 1100110 | 11110011 | 10011 | 111010 | 0 | 101 | 100011000 | 1010101 | 1000100 |
Color Harmonies of #C466F3
Complementary color
Monochromatic Colors of #C466F3
Black with #C466F3
Text Example
Text Example
White with #C466F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466F3; }
p { color: rgb(196,102,243); }
H1.HeaderClassName
{
color: #C466F3;
}
.AnyTagClassName
{
color: #C466F3;
}
</style>
background-color css
<style>
a { background-color: #C466F3; }
a { background-color: rgb(196,102,243); }
div.DivClassName
{
background-color: #C466F3;
}
.BgClassName
{
background-color: #C466F3;
}
</style>
border-color css
<style>
span { border-color: #C466F3; }
span { border-color: rgb(196,102,243); }
td.TdClassName
{
border-color: #C466F3;
}
.TagClassName
{
border-color: #C466F3;
}
</style>