Shades of Heliotrope #C257FF
Tints of Heliotrope #C257FF
RGB
CMYK
RGB Variations
Color information
#C257FF (or 0xC257FF) is known color: Heliotrope. HEX triplet: C2, 57 and FF. RGB value is (194,87,255). Sum of RGB (Red+Green+Blue) = 194+87+255=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 87 (34.38% from 255 or 16.23% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #C257FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C257FF is #3DA800. Grayscale: #898989. Windows color (decimal): -4040705 or 16734146. OLE color: 16734146.
HSL color Cylindrical-coordinate representation of color #C257FF: hue angle of 278.21º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C257FF is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 87 | 255 | - |
| CMYK | 0.24 | 0.66 | 0 | 0 |
| HSL | 278.21º | 1% | 0.67% | - |
| HSV(B) | 278.21º | 0.66% | 1% | - |
| XYZ | 43.71 | 25.51 | 97.23 | - |
| YUV | 138.15 | 193.95 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 255 | 0.24 | 0.66 | 0 | 0 | 278.21 | 1 | 0.67 |
| Hex | C2 | 57 | FF | 18 | 42 | 0 | 0 | 116 | 64 | 43 |
| Octal | 302 | 127 | 377 | 30 | 102 | 0 | 0 | 426 | 144 | 103 |
| Binary | 11000010 | 1010111 | 11111111 | 11000 | 1000010 | 0 | 0 | 100010110 | 1100100 | 1000011 |
Color Harmonies of #C257FF
Complementary color
Monochromatic Colors of #C257FF
Black with #C257FF
Text Example
Text Example
White with #C257FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257FF; }
p { color: rgb(194,87,255); }
H1.HeaderClassName
{
color: #C257FF;
}
.AnyTagClassName
{
color: #C257FF;
}
</style>
background-color css
<style>
a { background-color: #C257FF; }
a { background-color: rgb(194,87,255); }
div.DivClassName
{
background-color: #C257FF;
}
.BgClassName
{
background-color: #C257FF;
}
</style>
border-color css
<style>
span { border-color: #C257FF; }
span { border-color: rgb(194,87,255); }
td.TdClassName
{
border-color: #C257FF;
}
.TagClassName
{
border-color: #C257FF;
}
</style>