Shades of Heliotrope #C366FC
Tints of Heliotrope #C366FC
RGB
CMYK
RGB Variations
Color information
#C366FC (or 0xC366FC) is known color: Heliotrope. HEX triplet: C3, 66 and FC. RGB value is (195,102,252). Sum of RGB (Red+Green+Blue) = 195+102+252=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #C366FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C366FC is #3C9903. Grayscale: #929292. Windows color (decimal): -3971332 or 16541379. OLE color: 16541379.
HSL color Cylindrical-coordinate representation of color #C366FC: hue angle of 277.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C366FC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 102 | 252 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.01 |
| HSL | 277.2º | 0.96% | 0.69% | - |
| HSV(B) | 277.2º | 0.6% | 0.99% | - |
| XYZ | 44.83 | 28.13 | 95.16 | - |
| YUV | 146.91 | 187.31 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 252 | 0.23 | 0.60 | 0 | 0.01 | 277.2 | 0.96 | 0.69 |
| Hex | C3 | 66 | FC | 17 | 3C | 0 | 1 | 115 | 60 | 45 |
| Octal | 303 | 146 | 374 | 27 | 74 | 0 | 1 | 425 | 140 | 105 |
| Binary | 11000011 | 1100110 | 11111100 | 10111 | 111100 | 0 | 1 | 100010101 | 1100000 | 1000101 |
Color Harmonies of #C366FC
Complementary color
Monochromatic Colors of #C366FC
Black with #C366FC
Text Example
Text Example
White with #C366FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366FC; }
p { color: rgb(195,102,252); }
H1.HeaderClassName
{
color: #C366FC;
}
.AnyTagClassName
{
color: #C366FC;
}
</style>
background-color css
<style>
a { background-color: #C366FC; }
a { background-color: rgb(195,102,252); }
div.DivClassName
{
background-color: #C366FC;
}
.BgClassName
{
background-color: #C366FC;
}
</style>
border-color css
<style>
span { border-color: #C366FC; }
span { border-color: rgb(195,102,252); }
td.TdClassName
{
border-color: #C366FC;
}
.TagClassName
{
border-color: #C366FC;
}
</style>