Shades of Heliotrope #C25AFD
Tints of Heliotrope #C25AFD
RGB
CMYK
RGB Variations
Color information
#C25AFD (or 0xC25AFD) is known color: Heliotrope. HEX triplet: C2, 5A and FD. RGB value is (194,90,253). Sum of RGB (Red+Green+Blue) = 194+90+253=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #C25AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AFD is #3DA502. Grayscale: #8B8B8B. Windows color (decimal): -4039939 or 16603842. OLE color: 16603842.
HSL color Cylindrical-coordinate representation of color #C25AFD: hue angle of 278.28º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C25AFD is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 90 | 253 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.01 |
| HSL | 278.28º | 0.98% | 0.67% | - |
| HSV(B) | 278.28º | 0.64% | 0.99% | - |
| XYZ | 43.63 | 25.87 | 95.62 | - |
| YUV | 139.68 | 191.96 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 253 | 0.23 | 0.64 | 0 | 0.01 | 278.28 | 0.98 | 0.67 |
| Hex | C2 | 5A | FD | 17 | 40 | 0 | 1 | 116 | 62 | 43 |
| Octal | 302 | 132 | 375 | 27 | 100 | 0 | 1 | 426 | 142 | 103 |
| Binary | 11000010 | 1011010 | 11111101 | 10111 | 1000000 | 0 | 1 | 100010110 | 1100010 | 1000011 |
Color Harmonies of #C25AFD
Complementary color
Monochromatic Colors of #C25AFD
Black with #C25AFD
Text Example
Text Example
White with #C25AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25AFD; }
p { color: rgb(194,90,253); }
H1.HeaderClassName
{
color: #C25AFD;
}
.AnyTagClassName
{
color: #C25AFD;
}
</style>
background-color css
<style>
a { background-color: #C25AFD; }
a { background-color: rgb(194,90,253); }
div.DivClassName
{
background-color: #C25AFD;
}
.BgClassName
{
background-color: #C25AFD;
}
</style>
border-color css
<style>
span { border-color: #C25AFD; }
span { border-color: rgb(194,90,253); }
td.TdClassName
{
border-color: #C25AFD;
}
.TagClassName
{
border-color: #C25AFD;
}
</style>