Shades of Heliotrope #C25CFD
Tints of Heliotrope #C25CFD
RGB
CMYK
RGB Variations
Color information
#C25CFD (or 0xC25CFD) is known color: Heliotrope. HEX triplet: C2, 5C and FD. RGB value is (194,92,253). Sum of RGB (Red+Green+Blue) = 194+92+253=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #C25CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25CFD is #3DA302. Grayscale: #8C8C8C. Windows color (decimal): -4039427 or 16604354. OLE color: 16604354.
HSL color Cylindrical-coordinate representation of color #C25CFD: hue angle of 278.01º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C25CFD is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 92 | 253 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.01 |
| HSL | 278.01º | 0.98% | 0.68% | - |
| HSV(B) | 278.01º | 0.64% | 0.99% | - |
| XYZ | 43.8 | 26.22 | 95.68 | - |
| YUV | 140.85 | 191.29 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 253 | 0.23 | 0.64 | 0 | 0.01 | 278.01 | 0.98 | 0.68 |
| Hex | C2 | 5C | FD | 17 | 40 | 0 | 1 | 116 | 62 | 44 |
| Octal | 302 | 134 | 375 | 27 | 100 | 0 | 1 | 426 | 142 | 104 |
| Binary | 11000010 | 1011100 | 11111101 | 10111 | 1000000 | 0 | 1 | 100010110 | 1100010 | 1000100 |
Color Harmonies of #C25CFD
Complementary color
Monochromatic Colors of #C25CFD
Black with #C25CFD
Text Example
Text Example
White with #C25CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CFD; }
p { color: rgb(194,92,253); }
H1.HeaderClassName
{
color: #C25CFD;
}
.AnyTagClassName
{
color: #C25CFD;
}
</style>
background-color css
<style>
a { background-color: #C25CFD; }
a { background-color: rgb(194,92,253); }
div.DivClassName
{
background-color: #C25CFD;
}
.BgClassName
{
background-color: #C25CFD;
}
</style>
border-color css
<style>
span { border-color: #C25CFD; }
span { border-color: rgb(194,92,253); }
td.TdClassName
{
border-color: #C25CFD;
}
.TagClassName
{
border-color: #C25CFD;
}
</style>