Shades of Heliotrope #C371FE
Tints of Heliotrope #C371FE
RGB
CMYK
RGB Variations
Color information
#C371FE (or 0xC371FE) is known color: Heliotrope. HEX triplet: C3, 71 and FE. RGB value is (195,113,254). Sum of RGB (Red+Green+Blue) = 195+113+254=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #C371FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C371FE is #3C8E01. Grayscale: #999999. Windows color (decimal): -3968514 or 16675267. OLE color: 16675267.
HSL color Cylindrical-coordinate representation of color #C371FE: hue angle of 274.89º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C371FE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 113 | 254 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.00 |
| HSL | 274.89º | 0.99% | 0.72% | - |
| HSV(B) | 274.89º | 0.56% | 1% | - |
| XYZ | 46.3 | 30.57 | 97.23 | - |
| YUV | 153.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 254 | 0.23 | 0.56 | 0 | 0.00 | 274.89 | 0.99 | 0.72 |
| Hex | C3 | 71 | FE | 17 | 38 | 0 | 0 | 113 | 63 | 48 |
| Octal | 303 | 161 | 376 | 27 | 70 | 0 | 0 | 423 | 143 | 110 |
| Binary | 11000011 | 1110001 | 11111110 | 10111 | 111000 | 0 | 0 | 100010011 | 1100011 | 1001000 |
Color Harmonies of #C371FE
Complementary color
Monochromatic Colors of #C371FE
Black with #C371FE
Text Example
Text Example
White with #C371FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371FE; }
p { color: rgb(195,113,254); }
H1.HeaderClassName
{
color: #C371FE;
}
.AnyTagClassName
{
color: #C371FE;
}
</style>
background-color css
<style>
a { background-color: #C371FE; }
a { background-color: rgb(195,113,254); }
div.DivClassName
{
background-color: #C371FE;
}
.BgClassName
{
background-color: #C371FE;
}
</style>
border-color css
<style>
span { border-color: #C371FE; }
span { border-color: rgb(195,113,254); }
td.TdClassName
{
border-color: #C371FE;
}
.TagClassName
{
border-color: #C371FE;
}
</style>