Shades of Heliotrope #C25DF7
Tints of Heliotrope #C25DF7
RGB
CMYK
RGB Variations
Color information
#C25DF7 (or 0xC25DF7) is known color: Heliotrope. HEX triplet: C2, 5D and F7. RGB value is (194,93,247). Sum of RGB (Red+Green+Blue) = 194+93+247=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #C25DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DF7 is #3DA208. Grayscale: #8C8C8C. Windows color (decimal): -4039177 or 16211394. OLE color: 16211394.
HSL color Cylindrical-coordinate representation of color #C25DF7: hue angle of 279.35º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25DF7 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 93 | 247 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.03 |
| HSL | 279.35º | 0.91% | 0.67% | - |
| HSV(B) | 279.35º | 0.62% | 0.97% | - |
| XYZ | 42.95 | 26.01 | 90.75 | - |
| YUV | 140.76 | 187.96 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 247 | 0.21 | 0.62 | 0 | 0.03 | 279.35 | 0.91 | 0.67 |
| Hex | C2 | 5D | F7 | 15 | 3E | 0 | 3 | 117 | 5B | 43 |
| Octal | 302 | 135 | 367 | 25 | 76 | 0 | 3 | 427 | 133 | 103 |
| Binary | 11000010 | 1011101 | 11110111 | 10101 | 111110 | 0 | 11 | 100010111 | 1011011 | 1000011 |
Color Harmonies of #C25DF7
Complementary color
Monochromatic Colors of #C25DF7
Black with #C25DF7
Text Example
Text Example
White with #C25DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DF7; }
p { color: rgb(194,93,247); }
H1.HeaderClassName
{
color: #C25DF7;
}
.AnyTagClassName
{
color: #C25DF7;
}
</style>
background-color css
<style>
a { background-color: #C25DF7; }
a { background-color: rgb(194,93,247); }
div.DivClassName
{
background-color: #C25DF7;
}
.BgClassName
{
background-color: #C25DF7;
}
</style>
border-color css
<style>
span { border-color: #C25DF7; }
span { border-color: rgb(194,93,247); }
td.TdClassName
{
border-color: #C25DF7;
}
.TagClassName
{
border-color: #C25DF7;
}
</style>