Shades of Heliotrope #C262FF
Tints of Heliotrope #C262FF
RGB
CMYK
RGB Variations
Color information
#C262FF (or 0xC262FF) is known color: Heliotrope. HEX triplet: C2, 62 and FF. RGB value is (194,98,255). Sum of RGB (Red+Green+Blue) = 194+98+255=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 98 (38.67% from 255 or 17.92% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #C262FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C262FF is #3D9D00. Grayscale: #909090. Windows color (decimal): -4037889 or 16736962. OLE color: 16736962.
HSL color Cylindrical-coordinate representation of color #C262FF: hue angle of 276.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C262FF is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 98 | 255 | - |
| CMYK | 0.24 | 0.62 | 0 | 0 |
| HSL | 276.69º | 1% | 0.69% | - |
| HSV(B) | 276.69º | 0.62% | 1% | - |
| XYZ | 44.67 | 27.42 | 97.55 | - |
| YUV | 144.6 | 190.3 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 255 | 0.24 | 0.62 | 0 | 0 | 276.69 | 1 | 0.69 |
| Hex | C2 | 62 | FF | 18 | 3E | 0 | 0 | 115 | 64 | 45 |
| Octal | 302 | 142 | 377 | 30 | 76 | 0 | 0 | 425 | 144 | 105 |
| Binary | 11000010 | 1100010 | 11111111 | 11000 | 111110 | 0 | 0 | 100010101 | 1100100 | 1000101 |
Color Harmonies of #C262FF
Complementary color
Monochromatic Colors of #C262FF
Black with #C262FF
Text Example
Text Example
White with #C262FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262FF; }
p { color: rgb(194,98,255); }
H1.HeaderClassName
{
color: #C262FF;
}
.AnyTagClassName
{
color: #C262FF;
}
</style>
background-color css
<style>
a { background-color: #C262FF; }
a { background-color: rgb(194,98,255); }
div.DivClassName
{
background-color: #C262FF;
}
.BgClassName
{
background-color: #C262FF;
}
</style>
border-color css
<style>
span { border-color: #C262FF; }
span { border-color: rgb(194,98,255); }
td.TdClassName
{
border-color: #C262FF;
}
.TagClassName
{
border-color: #C262FF;
}
</style>