Shades of Heliotrope #C465F9
Tints of Heliotrope #C465F9
RGB
CMYK
RGB Variations
Color information
#C465F9 (or 0xC465F9) is known color: Heliotrope. HEX triplet: C4, 65 and F9. RGB value is (196,101,249). Sum of RGB (Red+Green+Blue) = 196+101+249=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #C465F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C465F9 is #3B9A06. Grayscale: #919191. Windows color (decimal): -3906055 or 16344516. OLE color: 16344516.
HSL color Cylindrical-coordinate representation of color #C465F9: hue angle of 278.51º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C465F9 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 101 | 249 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.02 |
| HSL | 278.51º | 0.93% | 0.69% | - |
| HSV(B) | 278.51º | 0.59% | 0.98% | - |
| XYZ | 44.52 | 27.88 | 92.66 | - |
| YUV | 146.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 249 | 0.21 | 0.59 | 0 | 0.02 | 278.51 | 0.93 | 0.69 |
| Hex | C4 | 65 | F9 | 15 | 3B | 0 | 2 | 117 | 5C | 45 |
| Octal | 304 | 145 | 371 | 25 | 73 | 0 | 2 | 427 | 134 | 105 |
| Binary | 11000100 | 1100101 | 11111001 | 10101 | 111011 | 0 | 10 | 100010111 | 1011100 | 1000101 |
Color Harmonies of #C465F9
Complementary color
Monochromatic Colors of #C465F9
Black with #C465F9
Text Example
Text Example
White with #C465F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C465F9; }
p { color: rgb(196,101,249); }
H1.HeaderClassName
{
color: #C465F9;
}
.AnyTagClassName
{
color: #C465F9;
}
</style>
background-color css
<style>
a { background-color: #C465F9; }
a { background-color: rgb(196,101,249); }
div.DivClassName
{
background-color: #C465F9;
}
.BgClassName
{
background-color: #C465F9;
}
</style>
border-color css
<style>
span { border-color: #C465F9; }
span { border-color: rgb(196,101,249); }
td.TdClassName
{
border-color: #C465F9;
}
.TagClassName
{
border-color: #C465F9;
}
</style>