Shades of Heliotrope #C262FC
Tints of Heliotrope #C262FC
RGB
CMYK
RGB Variations
Color information
#C262FC (or 0xC262FC) is known color: Heliotrope. HEX triplet: C2, 62 and FC. RGB value is (194,98,252). Sum of RGB (Red+Green+Blue) = 194+98+252=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 98 (38.67% from 255 or 18.01% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #C262FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C262FC is #3D9D03. Grayscale: #8F8F8F. Windows color (decimal): -4037892 or 16540354. OLE color: 16540354.
HSL color Cylindrical-coordinate representation of color #C262FC: hue angle of 277.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C262FC is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 98 | 252 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.01 |
| HSL | 277.4º | 0.96% | 0.69% | - |
| HSV(B) | 277.4º | 0.61% | 0.99% | - |
| XYZ | 44.19 | 27.23 | 95.02 | - |
| YUV | 144.26 | 188.8 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 252 | 0.23 | 0.61 | 0 | 0.01 | 277.4 | 0.96 | 0.69 |
| Hex | C2 | 62 | FC | 17 | 3D | 0 | 1 | 115 | 60 | 45 |
| Octal | 302 | 142 | 374 | 27 | 75 | 0 | 1 | 425 | 140 | 105 |
| Binary | 11000010 | 1100010 | 11111100 | 10111 | 111101 | 0 | 1 | 100010101 | 1100000 | 1000101 |
Color Harmonies of #C262FC
Complementary color
Monochromatic Colors of #C262FC
Black with #C262FC
Text Example
Text Example
White with #C262FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262FC; }
p { color: rgb(194,98,252); }
H1.HeaderClassName
{
color: #C262FC;
}
.AnyTagClassName
{
color: #C262FC;
}
</style>
background-color css
<style>
a { background-color: #C262FC; }
a { background-color: rgb(194,98,252); }
div.DivClassName
{
background-color: #C262FC;
}
.BgClassName
{
background-color: #C262FC;
}
</style>
border-color css
<style>
span { border-color: #C262FC; }
span { border-color: rgb(194,98,252); }
td.TdClassName
{
border-color: #C262FC;
}
.TagClassName
{
border-color: #C262FC;
}
</style>