Shades of Heliotrope #C265FA
Tints of Heliotrope #C265FA
RGB
CMYK
RGB Variations
Color information
#C265FA (or 0xC265FA) is known color: Heliotrope. HEX triplet: C2, 65 and FA. RGB value is (194,101,250). Sum of RGB (Red+Green+Blue) = 194+101+250=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #C265FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C265FA is #3D9A05. Grayscale: #919191. Windows color (decimal): -4037126 or 16410050. OLE color: 16410050.
HSL color Cylindrical-coordinate representation of color #C265FA: hue angle of 277.45º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C265FA is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 101 | 250 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.02 |
| HSL | 277.45º | 0.94% | 0.69% | - |
| HSV(B) | 277.45º | 0.6% | 0.98% | - |
| XYZ | 44.16 | 27.68 | 93.46 | - |
| YUV | 145.79 | 186.81 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 250 | 0.22 | 0.60 | 0 | 0.02 | 277.45 | 0.94 | 0.69 |
| Hex | C2 | 65 | FA | 16 | 3C | 0 | 2 | 115 | 5E | 45 |
| Octal | 302 | 145 | 372 | 26 | 74 | 0 | 2 | 425 | 136 | 105 |
| Binary | 11000010 | 1100101 | 11111010 | 10110 | 111100 | 0 | 10 | 100010101 | 1011110 | 1000101 |
Color Harmonies of #C265FA
Complementary color
Monochromatic Colors of #C265FA
Black with #C265FA
Text Example
Text Example
White with #C265FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265FA; }
p { color: rgb(194,101,250); }
H1.HeaderClassName
{
color: #C265FA;
}
.AnyTagClassName
{
color: #C265FA;
}
</style>
background-color css
<style>
a { background-color: #C265FA; }
a { background-color: rgb(194,101,250); }
div.DivClassName
{
background-color: #C265FA;
}
.BgClassName
{
background-color: #C265FA;
}
</style>
border-color css
<style>
span { border-color: #C265FA; }
span { border-color: rgb(194,101,250); }
td.TdClassName
{
border-color: #C265FA;
}
.TagClassName
{
border-color: #C265FA;
}
</style>