Shades of Heliotrope #C257FC
Tints of Heliotrope #C257FC
RGB
CMYK
RGB Variations
Color information
#C257FC (or 0xC257FC) is known color: Heliotrope. HEX triplet: C2, 57 and FC. RGB value is (194,87,252). Sum of RGB (Red+Green+Blue) = 194+87+252=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #C257FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C257FC is #3DA803. Grayscale: #898989. Windows color (decimal): -4040708 or 16537538. OLE color: 16537538.
HSL color Cylindrical-coordinate representation of color #C257FC: hue angle of 278.91º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C257FC is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 87 | 252 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.01 |
| HSL | 278.91º | 0.96% | 0.66% | - |
| HSV(B) | 278.91º | 0.65% | 0.99% | - |
| XYZ | 43.23 | 25.31 | 94.7 | - |
| YUV | 137.8 | 192.45 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 252 | 0.23 | 0.65 | 0 | 0.01 | 278.91 | 0.96 | 0.66 |
| Hex | C2 | 57 | FC | 17 | 41 | 0 | 1 | 117 | 60 | 42 |
| Octal | 302 | 127 | 374 | 27 | 101 | 0 | 1 | 427 | 140 | 102 |
| Binary | 11000010 | 1010111 | 11111100 | 10111 | 1000001 | 0 | 1 | 100010111 | 1100000 | 1000010 |
Color Harmonies of #C257FC
Complementary color
Monochromatic Colors of #C257FC
Black with #C257FC
Text Example
Text Example
White with #C257FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C257FC; }
p { color: rgb(194,87,252); }
H1.HeaderClassName
{
color: #C257FC;
}
.AnyTagClassName
{
color: #C257FC;
}
</style>
background-color css
<style>
a { background-color: #C257FC; }
a { background-color: rgb(194,87,252); }
div.DivClassName
{
background-color: #C257FC;
}
.BgClassName
{
background-color: #C257FC;
}
</style>
border-color css
<style>
span { border-color: #C257FC; }
span { border-color: rgb(194,87,252); }
td.TdClassName
{
border-color: #C257FC;
}
.TagClassName
{
border-color: #C257FC;
}
</style>