Shades of Heliotrope #C25BFA
Tints of Heliotrope #C25BFA
RGB
CMYK
RGB Variations
Color information
#C25BFA (or 0xC25BFA) is known color: Heliotrope. HEX triplet: C2, 5B and FA. RGB value is (194,91,250). Sum of RGB (Red+Green+Blue) = 194+91+250=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 91 (35.94% from 255 or 17.01% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #C25BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25BFA is #3DA405. Grayscale: #8B8B8B. Windows color (decimal): -4039686 or 16407490. OLE color: 16407490.
HSL color Cylindrical-coordinate representation of color #C25BFA: hue angle of 278.87º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C25BFA is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 91 | 250 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.02 |
| HSL | 278.87º | 0.94% | 0.67% | - |
| HSV(B) | 278.87º | 0.64% | 0.98% | - |
| XYZ | 43.24 | 25.85 | 93.15 | - |
| YUV | 139.92 | 190.12 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 250 | 0.22 | 0.64 | 0 | 0.02 | 278.87 | 0.94 | 0.67 |
| Hex | C2 | 5B | FA | 16 | 40 | 0 | 2 | 117 | 5E | 43 |
| Octal | 302 | 133 | 372 | 26 | 100 | 0 | 2 | 427 | 136 | 103 |
| Binary | 11000010 | 1011011 | 11111010 | 10110 | 1000000 | 0 | 10 | 100010111 | 1011110 | 1000011 |
Color Harmonies of #C25BFA
Complementary color
Monochromatic Colors of #C25BFA
Black with #C25BFA
Text Example
Text Example
White with #C25BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BFA; }
p { color: rgb(194,91,250); }
H1.HeaderClassName
{
color: #C25BFA;
}
.AnyTagClassName
{
color: #C25BFA;
}
</style>
background-color css
<style>
a { background-color: #C25BFA; }
a { background-color: rgb(194,91,250); }
div.DivClassName
{
background-color: #C25BFA;
}
.BgClassName
{
background-color: #C25BFA;
}
</style>
border-color css
<style>
span { border-color: #C25BFA; }
span { border-color: rgb(194,91,250); }
td.TdClassName
{
border-color: #C25BFA;
}
.TagClassName
{
border-color: #C25BFA;
}
</style>