Shades of Heliotrope #C25BFC
Tints of Heliotrope #C25BFC
RGB
CMYK
RGB Variations
Color information
#C25BFC (or 0xC25BFC) is known color: Heliotrope. HEX triplet: C2, 5B and FC. RGB value is (194,91,252). Sum of RGB (Red+Green+Blue) = 194+91+252=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #C25BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25BFC is #3DA403. Grayscale: #8B8B8B. Windows color (decimal): -4039684 or 16538562. OLE color: 16538562.
HSL color Cylindrical-coordinate representation of color #C25BFC: hue angle of 278.39º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C25BFC is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 91 | 252 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.01 |
| HSL | 278.39º | 0.96% | 0.67% | - |
| HSV(B) | 278.39º | 0.64% | 0.99% | - |
| XYZ | 43.56 | 25.98 | 94.81 | - |
| YUV | 140.15 | 191.12 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 252 | 0.23 | 0.64 | 0 | 0.01 | 278.39 | 0.96 | 0.67 |
| Hex | C2 | 5B | FC | 17 | 40 | 0 | 1 | 116 | 60 | 43 |
| Octal | 302 | 133 | 374 | 27 | 100 | 0 | 1 | 426 | 140 | 103 |
| Binary | 11000010 | 1011011 | 11111100 | 10111 | 1000000 | 0 | 1 | 100010110 | 1100000 | 1000011 |
Color Harmonies of #C25BFC
Complementary color
Monochromatic Colors of #C25BFC
Black with #C25BFC
Text Example
Text Example
White with #C25BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BFC; }
p { color: rgb(194,91,252); }
H1.HeaderClassName
{
color: #C25BFC;
}
.AnyTagClassName
{
color: #C25BFC;
}
</style>
background-color css
<style>
a { background-color: #C25BFC; }
a { background-color: rgb(194,91,252); }
div.DivClassName
{
background-color: #C25BFC;
}
.BgClassName
{
background-color: #C25BFC;
}
</style>
border-color css
<style>
span { border-color: #C25BFC; }
span { border-color: rgb(194,91,252); }
td.TdClassName
{
border-color: #C25BFC;
}
.TagClassName
{
border-color: #C25BFC;
}
</style>