Shades of Heliotrope #C367FC
Tints of Heliotrope #C367FC
RGB
CMYK
RGB Variations
Color information
#C367FC (or 0xC367FC) is known color: Heliotrope. HEX triplet: C3, 67 and FC. RGB value is (195,103,252). Sum of RGB (Red+Green+Blue) = 195+103+252=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 103 (40.62% from 255 or 18.73% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #C367FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C367FC is #3C9803. Grayscale: #929292. Windows color (decimal): -3971076 or 16541635. OLE color: 16541635.
HSL color Cylindrical-coordinate representation of color #C367FC: hue angle of 277.05º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C367FC is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 103 | 252 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.01 |
| HSL | 277.05º | 0.96% | 0.7% | - |
| HSV(B) | 277.05º | 0.59% | 0.99% | - |
| XYZ | 44.93 | 28.33 | 95.2 | - |
| YUV | 147.49 | 186.98 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 252 | 0.23 | 0.59 | 0 | 0.01 | 277.05 | 0.96 | 0.7 |
| Hex | C3 | 67 | FC | 17 | 3B | 0 | 1 | 115 | 60 | 46 |
| Octal | 303 | 147 | 374 | 27 | 73 | 0 | 1 | 425 | 140 | 106 |
| Binary | 11000011 | 1100111 | 11111100 | 10111 | 111011 | 0 | 1 | 100010101 | 1100000 | 1000110 |
Color Harmonies of #C367FC
Complementary color
Monochromatic Colors of #C367FC
Black with #C367FC
Text Example
Text Example
White with #C367FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367FC; }
p { color: rgb(195,103,252); }
H1.HeaderClassName
{
color: #C367FC;
}
.AnyTagClassName
{
color: #C367FC;
}
</style>
background-color css
<style>
a { background-color: #C367FC; }
a { background-color: rgb(195,103,252); }
div.DivClassName
{
background-color: #C367FC;
}
.BgClassName
{
background-color: #C367FC;
}
</style>
border-color css
<style>
span { border-color: #C367FC; }
span { border-color: rgb(195,103,252); }
td.TdClassName
{
border-color: #C367FC;
}
.TagClassName
{
border-color: #C367FC;
}
</style>