Shades of Heliotrope #C25BFD
Tints of Heliotrope #C25BFD
RGB
CMYK
RGB Variations
Color information
#C25BFD (or 0xC25BFD) is known color: Heliotrope. HEX triplet: C2, 5B and FD. RGB value is (194,91,253). Sum of RGB (Red+Green+Blue) = 194+91+253=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #C25BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25BFD is #3DA402. Grayscale: #8B8B8B. Windows color (decimal): -4039683 or 16604098. OLE color: 16604098.
HSL color Cylindrical-coordinate representation of color #C25BFD: hue angle of 278.15º degrees, saturation: 0.98, 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 #C25BFD is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 91 | 253 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.01 |
| HSL | 278.15º | 0.98% | 0.67% | - |
| HSV(B) | 278.15º | 0.64% | 0.99% | - |
| XYZ | 43.72 | 26.04 | 95.65 | - |
| YUV | 140.27 | 191.62 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 253 | 0.23 | 0.64 | 0 | 0.01 | 278.15 | 0.98 | 0.67 |
| Hex | C2 | 5B | FD | 17 | 40 | 0 | 1 | 116 | 62 | 43 |
| Octal | 302 | 133 | 375 | 27 | 100 | 0 | 1 | 426 | 142 | 103 |
| Binary | 11000010 | 1011011 | 11111101 | 10111 | 1000000 | 0 | 1 | 100010110 | 1100010 | 1000011 |
Color Harmonies of #C25BFD
Complementary color
Monochromatic Colors of #C25BFD
Black with #C25BFD
Text Example
Text Example
White with #C25BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BFD; }
p { color: rgb(194,91,253); }
H1.HeaderClassName
{
color: #C25BFD;
}
.AnyTagClassName
{
color: #C25BFD;
}
</style>
background-color css
<style>
a { background-color: #C25BFD; }
a { background-color: rgb(194,91,253); }
div.DivClassName
{
background-color: #C25BFD;
}
.BgClassName
{
background-color: #C25BFD;
}
</style>
border-color css
<style>
span { border-color: #C25BFD; }
span { border-color: rgb(194,91,253); }
td.TdClassName
{
border-color: #C25BFD;
}
.TagClassName
{
border-color: #C25BFD;
}
</style>