Shades of Heliotrope #C25BFE
Tints of Heliotrope #C25BFE
RGB
CMYK
RGB Variations
Color information
#C25BFE (or 0xC25BFE) is known color: Heliotrope. HEX triplet: C2, 5B and FE. RGB value is (194,91,254). Sum of RGB (Red+Green+Blue) = 194+91+254=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 91 (35.94% from 255 or 16.88% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #C25BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25BFE is #3DA401. Grayscale: #8B8B8B. Windows color (decimal): -4039682 or 16669634. OLE color: 16669634.
HSL color Cylindrical-coordinate representation of color #C25BFE: hue angle of 277.91º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C25BFE is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 91 | 254 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.00 |
| HSL | 277.91º | 0.99% | 0.68% | - |
| HSV(B) | 277.91º | 0.64% | 1% | - |
| XYZ | 43.88 | 26.11 | 96.49 | - |
| YUV | 140.38 | 192.12 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 254 | 0.24 | 0.64 | 0 | 0.00 | 277.91 | 0.99 | 0.68 |
| Hex | C2 | 5B | FE | 18 | 40 | 0 | 0 | 116 | 63 | 44 |
| Octal | 302 | 133 | 376 | 30 | 100 | 0 | 0 | 426 | 143 | 104 |
| Binary | 11000010 | 1011011 | 11111110 | 11000 | 1000000 | 0 | 0 | 100010110 | 1100011 | 1000100 |
Color Harmonies of #C25BFE
Complementary color
Monochromatic Colors of #C25BFE
Black with #C25BFE
Text Example
Text Example
White with #C25BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BFE; }
p { color: rgb(194,91,254); }
H1.HeaderClassName
{
color: #C25BFE;
}
.AnyTagClassName
{
color: #C25BFE;
}
</style>
background-color css
<style>
a { background-color: #C25BFE; }
a { background-color: rgb(194,91,254); }
div.DivClassName
{
background-color: #C25BFE;
}
.BgClassName
{
background-color: #C25BFE;
}
</style>
border-color css
<style>
span { border-color: #C25BFE; }
span { border-color: rgb(194,91,254); }
td.TdClassName
{
border-color: #C25BFE;
}
.TagClassName
{
border-color: #C25BFE;
}
</style>