Shades of Heliotrope #C25DFF
Tints of Heliotrope #C25DFF
RGB
CMYK
RGB Variations
Color information
#C25DFF (or 0xC25DFF) is known color: Heliotrope. HEX triplet: C2, 5D and FF. RGB value is (194,93,255). Sum of RGB (Red+Green+Blue) = 194+93+255=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #C25DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DFF is #3DA200. Grayscale: #8D8D8D. Windows color (decimal): -4039169 or 16735682. OLE color: 16735682.
HSL color Cylindrical-coordinate representation of color #C25DFF: hue angle of 277.41º 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 #C25DFF is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 93 | 255 | - |
| CMYK | 0.24 | 0.64 | 0 | 0 |
| HSL | 277.41º | 1% | 0.68% | - |
| HSV(B) | 277.41º | 0.64% | 1% | - |
| XYZ | 44.21 | 26.52 | 97.4 | - |
| YUV | 141.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 255 | 0.24 | 0.64 | 0 | 0 | 277.41 | 1 | 0.68 |
| Hex | C2 | 5D | FF | 18 | 40 | 0 | 0 | 115 | 64 | 44 |
| Octal | 302 | 135 | 377 | 30 | 100 | 0 | 0 | 425 | 144 | 104 |
| Binary | 11000010 | 1011101 | 11111111 | 11000 | 1000000 | 0 | 0 | 100010101 | 1100100 | 1000100 |
Color Harmonies of #C25DFF
Complementary color
Monochromatic Colors of #C25DFF
Black with #C25DFF
Text Example
Text Example
White with #C25DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DFF; }
p { color: rgb(194,93,255); }
H1.HeaderClassName
{
color: #C25DFF;
}
.AnyTagClassName
{
color: #C25DFF;
}
</style>
background-color css
<style>
a { background-color: #C25DFF; }
a { background-color: rgb(194,93,255); }
div.DivClassName
{
background-color: #C25DFF;
}
.BgClassName
{
background-color: #C25DFF;
}
</style>
border-color css
<style>
span { border-color: #C25DFF; }
span { border-color: rgb(194,93,255); }
td.TdClassName
{
border-color: #C25DFF;
}
.TagClassName
{
border-color: #C25DFF;
}
</style>