Shades of Heliotrope #C25DFD
Tints of Heliotrope #C25DFD
RGB
CMYK
RGB Variations
Color information
#C25DFD (or 0xC25DFD) is known color: Heliotrope. HEX triplet: C2, 5D and FD. RGB value is (194,93,253). Sum of RGB (Red+Green+Blue) = 194+93+253=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #C25DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DFD is #3DA202. Grayscale: #8C8C8C. Windows color (decimal): -4039171 or 16604610. OLE color: 16604610.
HSL color Cylindrical-coordinate representation of color #C25DFD: hue angle of 277.88º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C25DFD is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 93 | 253 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.01 |
| HSL | 277.88º | 0.98% | 0.68% | - |
| HSV(B) | 277.88º | 0.63% | 0.99% | - |
| XYZ | 43.89 | 26.39 | 95.71 | - |
| YUV | 141.44 | 190.96 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 253 | 0.23 | 0.63 | 0 | 0.01 | 277.88 | 0.98 | 0.68 |
| Hex | C2 | 5D | FD | 17 | 3F | 0 | 1 | 116 | 62 | 44 |
| Octal | 302 | 135 | 375 | 27 | 77 | 0 | 1 | 426 | 142 | 104 |
| Binary | 11000010 | 1011101 | 11111101 | 10111 | 111111 | 0 | 1 | 100010110 | 1100010 | 1000100 |
Color Harmonies of #C25DFD
Complementary color
Monochromatic Colors of #C25DFD
Black with #C25DFD
Text Example
Text Example
White with #C25DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DFD; }
p { color: rgb(194,93,253); }
H1.HeaderClassName
{
color: #C25DFD;
}
.AnyTagClassName
{
color: #C25DFD;
}
</style>
background-color css
<style>
a { background-color: #C25DFD; }
a { background-color: rgb(194,93,253); }
div.DivClassName
{
background-color: #C25DFD;
}
.BgClassName
{
background-color: #C25DFD;
}
</style>
border-color css
<style>
span { border-color: #C25DFD; }
span { border-color: rgb(194,93,253); }
td.TdClassName
{
border-color: #C25DFD;
}
.TagClassName
{
border-color: #C25DFD;
}
</style>