Shades of Heliotrope #C25BFF
Tints of Heliotrope #C25BFF
RGB
CMYK
RGB Variations
Color information
#C25BFF (or 0xC25BFF) is known color: Heliotrope. HEX triplet: C2, 5B and FF. RGB value is (194,91,255). Sum of RGB (Red+Green+Blue) = 194+91+255=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #C25BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25BFF is #3DA400. Grayscale: #8B8B8B. Windows color (decimal): -4039681 or 16735170. OLE color: 16735170.
HSL color Cylindrical-coordinate representation of color #C25BFF: hue angle of 277.68º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C25BFF is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 91 | 255 | - |
| CMYK | 0.24 | 0.64 | 0 | 0 |
| HSL | 277.68º | 1% | 0.68% | - |
| HSV(B) | 277.68º | 0.64% | 1% | - |
| XYZ | 44.04 | 26.17 | 97.34 | - |
| YUV | 140.49 | 192.62 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 255 | 0.24 | 0.64 | 0 | 0 | 277.68 | 1 | 0.68 |
| Hex | C2 | 5B | FF | 18 | 40 | 0 | 0 | 116 | 64 | 44 |
| Octal | 302 | 133 | 377 | 30 | 100 | 0 | 0 | 426 | 144 | 104 |
| Binary | 11000010 | 1011011 | 11111111 | 11000 | 1000000 | 0 | 0 | 100010110 | 1100100 | 1000100 |
Color Harmonies of #C25BFF
Complementary color
Monochromatic Colors of #C25BFF
Black with #C25BFF
Text Example
Text Example
White with #C25BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BFF; }
p { color: rgb(194,91,255); }
H1.HeaderClassName
{
color: #C25BFF;
}
.AnyTagClassName
{
color: #C25BFF;
}
</style>
background-color css
<style>
a { background-color: #C25BFF; }
a { background-color: rgb(194,91,255); }
div.DivClassName
{
background-color: #C25BFF;
}
.BgClassName
{
background-color: #C25BFF;
}
</style>
border-color css
<style>
span { border-color: #C25BFF; }
span { border-color: rgb(194,91,255); }
td.TdClassName
{
border-color: #C25BFF;
}
.TagClassName
{
border-color: #C25BFF;
}
</style>