Shades of Heliotrope #C366FF
Tints of Heliotrope #C366FF
RGB
CMYK
RGB Variations
Color information
#C366FF (or 0xC366FF) is known color: Heliotrope. HEX triplet: C3, 66 and FF. RGB value is (195,102,255). Sum of RGB (Red+Green+Blue) = 195+102+255=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #C366FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C366FF is #3C9900. Grayscale: #929292. Windows color (decimal): -3971329 or 16737987. OLE color: 16737987.
HSL color Cylindrical-coordinate representation of color #C366FF: hue angle of 276.47º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C366FF is Cyan = 0.24, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 102 | 255 | - |
| CMYK | 0.24 | 0.6 | 0 | 0 |
| HSL | 276.47º | 1% | 0.7% | - |
| HSV(B) | 276.47º | 0.6% | 1% | - |
| XYZ | 45.31 | 28.32 | 97.69 | - |
| YUV | 147.25 | 188.81 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 255 | 0.24 | 0.6 | 0 | 0 | 276.47 | 1 | 0.7 |
| Hex | C3 | 66 | FF | 18 | 3C | 0 | 0 | 114 | 64 | 46 |
| Octal | 303 | 146 | 377 | 30 | 74 | 0 | 0 | 424 | 144 | 106 |
| Binary | 11000011 | 1100110 | 11111111 | 11000 | 111100 | 0 | 0 | 100010100 | 1100100 | 1000110 |
Color Harmonies of #C366FF
Complementary color
Monochromatic Colors of #C366FF
Black with #C366FF
Text Example
Text Example
White with #C366FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366FF; }
p { color: rgb(195,102,255); }
H1.HeaderClassName
{
color: #C366FF;
}
.AnyTagClassName
{
color: #C366FF;
}
</style>
background-color css
<style>
a { background-color: #C366FF; }
a { background-color: rgb(195,102,255); }
div.DivClassName
{
background-color: #C366FF;
}
.BgClassName
{
background-color: #C366FF;
}
</style>
border-color css
<style>
span { border-color: #C366FF; }
span { border-color: rgb(195,102,255); }
td.TdClassName
{
border-color: #C366FF;
}
.TagClassName
{
border-color: #C366FF;
}
</style>