Shades of Heliotrope #C25DFA
Tints of Heliotrope #C25DFA
RGB
CMYK
RGB Variations
Color information
#C25DFA (or 0xC25DFA) is known color: Heliotrope. HEX triplet: C2, 5D and FA. RGB value is (194,93,250). Sum of RGB (Red+Green+Blue) = 194+93+250=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 93 (36.72% from 255 or 17.32% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #C25DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DFA is #3DA205. Grayscale: #8C8C8C. Windows color (decimal): -4039174 or 16408002. OLE color: 16408002.
HSL color Cylindrical-coordinate representation of color #C25DFA: hue angle of 278.6º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C25DFA is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 93 | 250 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.02 |
| HSL | 278.6º | 0.94% | 0.67% | - |
| HSV(B) | 278.6º | 0.63% | 0.98% | - |
| XYZ | 43.42 | 26.2 | 93.21 | - |
| YUV | 141.1 | 189.46 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 250 | 0.22 | 0.63 | 0 | 0.02 | 278.6 | 0.94 | 0.67 |
| Hex | C2 | 5D | FA | 16 | 3F | 0 | 2 | 117 | 5E | 43 |
| Octal | 302 | 135 | 372 | 26 | 77 | 0 | 2 | 427 | 136 | 103 |
| Binary | 11000010 | 1011101 | 11111010 | 10110 | 111111 | 0 | 10 | 100010111 | 1011110 | 1000011 |
Color Harmonies of #C25DFA
Complementary color
Monochromatic Colors of #C25DFA
Black with #C25DFA
Text Example
Text Example
White with #C25DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DFA; }
p { color: rgb(194,93,250); }
H1.HeaderClassName
{
color: #C25DFA;
}
.AnyTagClassName
{
color: #C25DFA;
}
</style>
background-color css
<style>
a { background-color: #C25DFA; }
a { background-color: rgb(194,93,250); }
div.DivClassName
{
background-color: #C25DFA;
}
.BgClassName
{
background-color: #C25DFA;
}
</style>
border-color css
<style>
span { border-color: #C25DFA; }
span { border-color: rgb(194,93,250); }
td.TdClassName
{
border-color: #C25DFA;
}
.TagClassName
{
border-color: #C25DFA;
}
</style>