Shades of Heliotrope #C262FD
Tints of Heliotrope #C262FD
RGB
CMYK
RGB Variations
Color information
#C262FD (or 0xC262FD) is known color: Heliotrope. HEX triplet: C2, 62 and FD. RGB value is (194,98,253). Sum of RGB (Red+Green+Blue) = 194+98+253=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 98 (38.67% from 255 or 17.98% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #C262FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C262FD is #3D9D02. Grayscale: #8F8F8F. Windows color (decimal): -4037891 or 16605890. OLE color: 16605890.
HSL color Cylindrical-coordinate representation of color #C262FD: hue angle of 277.16º degrees, saturation: 0.97, 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 #C262FD is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 98 | 253 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.01 |
| HSL | 277.16º | 0.97% | 0.69% | - |
| HSV(B) | 277.16º | 0.61% | 0.99% | - |
| XYZ | 44.35 | 27.3 | 95.86 | - |
| YUV | 144.37 | 189.3 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 253 | 0.23 | 0.61 | 0 | 0.01 | 277.16 | 0.97 | 0.69 |
| Hex | C2 | 62 | FD | 17 | 3D | 0 | 1 | 115 | 61 | 45 |
| Octal | 302 | 142 | 375 | 27 | 75 | 0 | 1 | 425 | 141 | 105 |
| Binary | 11000010 | 1100010 | 11111101 | 10111 | 111101 | 0 | 1 | 100010101 | 1100001 | 1000101 |
Color Harmonies of #C262FD
Complementary color
Monochromatic Colors of #C262FD
Black with #C262FD
Text Example
Text Example
White with #C262FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262FD; }
p { color: rgb(194,98,253); }
H1.HeaderClassName
{
color: #C262FD;
}
.AnyTagClassName
{
color: #C262FD;
}
</style>
background-color css
<style>
a { background-color: #C262FD; }
a { background-color: rgb(194,98,253); }
div.DivClassName
{
background-color: #C262FD;
}
.BgClassName
{
background-color: #C262FD;
}
</style>
border-color css
<style>
span { border-color: #C262FD; }
span { border-color: rgb(194,98,253); }
td.TdClassName
{
border-color: #C262FD;
}
.TagClassName
{
border-color: #C262FD;
}
</style>