Shades of Heliotrope #C362FE
Tints of Heliotrope #C362FE
RGB
CMYK
RGB Variations
Color information
#C362FE (or 0xC362FE) is known color: Heliotrope. HEX triplet: C3, 62 and FE. RGB value is (195,98,254). Sum of RGB (Red+Green+Blue) = 195+98+254=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 98 (38.67% from 255 or 17.92% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #C362FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C362FE is #3C9D01. Grayscale: #909090. Windows color (decimal): -3972354 or 16671427. OLE color: 16671427.
HSL color Cylindrical-coordinate representation of color #C362FE: hue angle of 277.31º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C362FE is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 98 | 254 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.00 |
| HSL | 277.31º | 0.99% | 0.69% | - |
| HSV(B) | 277.31º | 0.61% | 1% | - |
| XYZ | 44.76 | 27.49 | 96.71 | - |
| YUV | 144.79 | 189.64 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 254 | 0.23 | 0.61 | 0 | 0.00 | 277.31 | 0.99 | 0.69 |
| Hex | C3 | 62 | FE | 17 | 3D | 0 | 0 | 115 | 63 | 45 |
| Octal | 303 | 142 | 376 | 27 | 75 | 0 | 0 | 425 | 143 | 105 |
| Binary | 11000011 | 1100010 | 11111110 | 10111 | 111101 | 0 | 0 | 100010101 | 1100011 | 1000101 |
Color Harmonies of #C362FE
Complementary color
Monochromatic Colors of #C362FE
Black with #C362FE
Text Example
Text Example
White with #C362FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C362FE; }
p { color: rgb(195,98,254); }
H1.HeaderClassName
{
color: #C362FE;
}
.AnyTagClassName
{
color: #C362FE;
}
</style>
background-color css
<style>
a { background-color: #C362FE; }
a { background-color: rgb(195,98,254); }
div.DivClassName
{
background-color: #C362FE;
}
.BgClassName
{
background-color: #C362FE;
}
</style>
border-color css
<style>
span { border-color: #C362FE; }
span { border-color: rgb(195,98,254); }
td.TdClassName
{
border-color: #C362FE;
}
.TagClassName
{
border-color: #C362FE;
}
</style>