Shades of Heliotrope #C258FD
Tints of Heliotrope #C258FD
RGB
CMYK
RGB Variations
Color information
#C258FD (or 0xC258FD) is known color: Heliotrope. HEX triplet: C2, 58 and FD. RGB value is (194,88,253). Sum of RGB (Red+Green+Blue) = 194+88+253=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #C258FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C258FD is #3DA702. Grayscale: #898989. Windows color (decimal): -4040451 or 16603330. OLE color: 16603330.
HSL color Cylindrical-coordinate representation of color #C258FD: hue angle of 278.55º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C258FD is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 88 | 253 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.01 |
| HSL | 278.55º | 0.98% | 0.67% | - |
| HSV(B) | 278.55º | 0.65% | 0.99% | - |
| XYZ | 43.47 | 25.54 | 95.57 | - |
| YUV | 138.5 | 192.62 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 253 | 0.23 | 0.65 | 0 | 0.01 | 278.55 | 0.98 | 0.67 |
| Hex | C2 | 58 | FD | 17 | 41 | 0 | 1 | 117 | 62 | 43 |
| Octal | 302 | 130 | 375 | 27 | 101 | 0 | 1 | 427 | 142 | 103 |
| Binary | 11000010 | 1011000 | 11111101 | 10111 | 1000001 | 0 | 1 | 100010111 | 1100010 | 1000011 |
Color Harmonies of #C258FD
Complementary color
Monochromatic Colors of #C258FD
Black with #C258FD
Text Example
Text Example
White with #C258FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258FD; }
p { color: rgb(194,88,253); }
H1.HeaderClassName
{
color: #C258FD;
}
.AnyTagClassName
{
color: #C258FD;
}
</style>
background-color css
<style>
a { background-color: #C258FD; }
a { background-color: rgb(194,88,253); }
div.DivClassName
{
background-color: #C258FD;
}
.BgClassName
{
background-color: #C258FD;
}
</style>
border-color css
<style>
span { border-color: #C258FD; }
span { border-color: rgb(194,88,253); }
td.TdClassName
{
border-color: #C258FD;
}
.TagClassName
{
border-color: #C258FD;
}
</style>