Shades of Heliotrope #C366FB
Tints of Heliotrope #C366FB
RGB
CMYK
RGB Variations
Color information
#C366FB (or 0xC366FB) is known color: Heliotrope. HEX triplet: C3, 66 and FB. RGB value is (195,102,251). Sum of RGB (Red+Green+Blue) = 195+102+251=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #C366FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C366FB is #3C9904. Grayscale: #929292. Windows color (decimal): -3971333 or 16475843. OLE color: 16475843.
HSL color Cylindrical-coordinate representation of color #C366FB: hue angle of 277.45º degrees, saturation: 0.95, 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 #C366FB is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 102 | 251 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.02 |
| HSL | 277.45º | 0.95% | 0.69% | - |
| HSV(B) | 277.45º | 0.59% | 0.98% | - |
| XYZ | 44.67 | 28.07 | 94.33 | - |
| YUV | 146.79 | 186.81 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 251 | 0.22 | 0.59 | 0 | 0.02 | 277.45 | 0.95 | 0.69 |
| Hex | C3 | 66 | FB | 16 | 3B | 0 | 2 | 115 | 5F | 45 |
| Octal | 303 | 146 | 373 | 26 | 73 | 0 | 2 | 425 | 137 | 105 |
| Binary | 11000011 | 1100110 | 11111011 | 10110 | 111011 | 0 | 10 | 100010101 | 1011111 | 1000101 |
Color Harmonies of #C366FB
Complementary color
Monochromatic Colors of #C366FB
Black with #C366FB
Text Example
Text Example
White with #C366FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366FB; }
p { color: rgb(195,102,251); }
H1.HeaderClassName
{
color: #C366FB;
}
.AnyTagClassName
{
color: #C366FB;
}
</style>
background-color css
<style>
a { background-color: #C366FB; }
a { background-color: rgb(195,102,251); }
div.DivClassName
{
background-color: #C366FB;
}
.BgClassName
{
background-color: #C366FB;
}
</style>
border-color css
<style>
span { border-color: #C366FB; }
span { border-color: rgb(195,102,251); }
td.TdClassName
{
border-color: #C366FB;
}
.TagClassName
{
border-color: #C366FB;
}
</style>