Shades of Heliotrope #C366F0
Tints of Heliotrope #C366F0
RGB
CMYK
RGB Variations
Color information
#C366F0 (or 0xC366F0) is known color: Heliotrope. HEX triplet: C3, 66 and F0. RGB value is (195,102,240). Sum of RGB (Red+Green+Blue) = 195+102+240=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #C366F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C366F0 is #3C990F. Grayscale: #919191. Windows color (decimal): -3971344 or 15754947. OLE color: 15754947.
HSL color Cylindrical-coordinate representation of color #C366F0: hue angle of 280.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C366F0 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 102 | 240 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.06 |
| HSL | 280.43º | 0.82% | 0.67% | - |
| HSV(B) | 280.43º | 0.58% | 0.94% | - |
| XYZ | 42.99 | 27.4 | 85.46 | - |
| YUV | 145.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 240 | 0.19 | 0.58 | 0 | 0.06 | 280.43 | 0.82 | 0.67 |
| Hex | C3 | 66 | F0 | 13 | 3A | 0 | 6 | 118 | 52 | 43 |
| Octal | 303 | 146 | 360 | 23 | 72 | 0 | 6 | 430 | 122 | 103 |
| Binary | 11000011 | 1100110 | 11110000 | 10011 | 111010 | 0 | 110 | 100011000 | 1010010 | 1000011 |
Color Harmonies of #C366F0
Complementary color
Monochromatic Colors of #C366F0
Black with #C366F0
Text Example
Text Example
White with #C366F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366F0; }
p { color: rgb(195,102,240); }
H1.HeaderClassName
{
color: #C366F0;
}
.AnyTagClassName
{
color: #C366F0;
}
</style>
background-color css
<style>
a { background-color: #C366F0; }
a { background-color: rgb(195,102,240); }
div.DivClassName
{
background-color: #C366F0;
}
.BgClassName
{
background-color: #C366F0;
}
</style>
border-color css
<style>
span { border-color: #C366F0; }
span { border-color: rgb(195,102,240); }
td.TdClassName
{
border-color: #C366F0;
}
.TagClassName
{
border-color: #C366F0;
}
</style>