Shades of Heliotrope #C25AFB
Tints of Heliotrope #C25AFB
RGB
CMYK
RGB Variations
Color information
#C25AFB (or 0xC25AFB) is known color: Heliotrope. HEX triplet: C2, 5A and FB. RGB value is (194,90,251). Sum of RGB (Red+Green+Blue) = 194+90+251=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #C25AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AFB is #3DA504. Grayscale: #8A8A8A. Windows color (decimal): -4039941 or 16472770. OLE color: 16472770.
HSL color Cylindrical-coordinate representation of color #C25AFB: hue angle of 278.76º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C25AFB is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 90 | 251 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.02 |
| HSL | 278.76º | 0.95% | 0.67% | - |
| HSV(B) | 278.76º | 0.64% | 0.98% | - |
| XYZ | 43.32 | 25.75 | 93.95 | - |
| YUV | 139.45 | 190.96 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 251 | 0.23 | 0.64 | 0 | 0.02 | 278.76 | 0.95 | 0.67 |
| Hex | C2 | 5A | FB | 17 | 40 | 0 | 2 | 117 | 5F | 43 |
| Octal | 302 | 132 | 373 | 27 | 100 | 0 | 2 | 427 | 137 | 103 |
| Binary | 11000010 | 1011010 | 11111011 | 10111 | 1000000 | 0 | 10 | 100010111 | 1011111 | 1000011 |
Color Harmonies of #C25AFB
Complementary color
Monochromatic Colors of #C25AFB
Black with #C25AFB
Text Example
Text Example
White with #C25AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AFB; }
p { color: rgb(194,90,251); }
H1.HeaderClassName
{
color: #C25AFB;
}
.AnyTagClassName
{
color: #C25AFB;
}
</style>
background-color css
<style>
a { background-color: #C25AFB; }
a { background-color: rgb(194,90,251); }
div.DivClassName
{
background-color: #C25AFB;
}
.BgClassName
{
background-color: #C25AFB;
}
</style>
border-color css
<style>
span { border-color: #C25AFB; }
span { border-color: rgb(194,90,251); }
td.TdClassName
{
border-color: #C25AFB;
}
.TagClassName
{
border-color: #C25AFB;
}
</style>