Shades of Heliotrope #C75DF3
Tints of Heliotrope #C75DF3
RGB
CMYK
RGB Variations
Color information
#C75DF3 (or 0xC75DF3) is known color: Heliotrope. HEX triplet: C7, 5D and F3. RGB value is (199,93,243). Sum of RGB (Red+Green+Blue) = 199+93+243=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #C75DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75DF3 is #38A20C. Grayscale: #8D8D8D. Windows color (decimal): -3711501 or 15949255. OLE color: 15949255.
HSL color Cylindrical-coordinate representation of color #C75DF3: hue angle of 282.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C75DF3 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 93 | 243 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.05 |
| HSL | 282.4º | 0.86% | 0.66% | - |
| HSV(B) | 282.4º | 0.62% | 0.95% | - |
| XYZ | 43.65 | 26.44 | 87.6 | - |
| YUV | 141.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 243 | 0.18 | 0.62 | 0 | 0.05 | 282.4 | 0.86 | 0.66 |
| Hex | C7 | 5D | F3 | 12 | 3E | 0 | 5 | 11A | 56 | 42 |
| Octal | 307 | 135 | 363 | 22 | 76 | 0 | 5 | 432 | 126 | 102 |
| Binary | 11000111 | 1011101 | 11110011 | 10010 | 111110 | 0 | 101 | 100011010 | 1010110 | 1000010 |
Color Harmonies of #C75DF3
Complementary color
Monochromatic Colors of #C75DF3
Black with #C75DF3
Text Example
Text Example
White with #C75DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75DF3; }
p { color: rgb(199,93,243); }
H1.HeaderClassName
{
color: #C75DF3;
}
.AnyTagClassName
{
color: #C75DF3;
}
</style>
background-color css
<style>
a { background-color: #C75DF3; }
a { background-color: rgb(199,93,243); }
div.DivClassName
{
background-color: #C75DF3;
}
.BgClassName
{
background-color: #C75DF3;
}
</style>
border-color css
<style>
span { border-color: #C75DF3; }
span { border-color: rgb(199,93,243); }
td.TdClassName
{
border-color: #C75DF3;
}
.TagClassName
{
border-color: #C75DF3;
}
</style>