Shades of Heliotrope #C75CFC
Tints of Heliotrope #C75CFC
RGB
CMYK
RGB Variations
Color information
#C75CFC (or 0xC75CFC) is known color: Heliotrope. HEX triplet: C7, 5C and FC. RGB value is (199,92,252). Sum of RGB (Red+Green+Blue) = 199+92+252=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #C75CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75CFC is #38A303. Grayscale: #8D8D8D. Windows color (decimal): -3711748 or 16538823. OLE color: 16538823.
HSL color Cylindrical-coordinate representation of color #C75CFC: hue angle of 280.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C75CFC is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 92 | 252 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.01 |
| HSL | 280.13º | 0.96% | 0.67% | - |
| HSV(B) | 280.13º | 0.63% | 0.99% | - |
| XYZ | 44.95 | 26.82 | 94.9 | - |
| YUV | 142.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 252 | 0.21 | 0.63 | 0 | 0.01 | 280.13 | 0.96 | 0.67 |
| Hex | C7 | 5C | FC | 15 | 3F | 0 | 1 | 118 | 60 | 43 |
| Octal | 307 | 134 | 374 | 25 | 77 | 0 | 1 | 430 | 140 | 103 |
| Binary | 11000111 | 1011100 | 11111100 | 10101 | 111111 | 0 | 1 | 100011000 | 1100000 | 1000011 |
Color Harmonies of #C75CFC
Complementary color
Monochromatic Colors of #C75CFC
Black with #C75CFC
Text Example
Text Example
White with #C75CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75CFC; }
p { color: rgb(199,92,252); }
H1.HeaderClassName
{
color: #C75CFC;
}
.AnyTagClassName
{
color: #C75CFC;
}
</style>
background-color css
<style>
a { background-color: #C75CFC; }
a { background-color: rgb(199,92,252); }
div.DivClassName
{
background-color: #C75CFC;
}
.BgClassName
{
background-color: #C75CFC;
}
</style>
border-color css
<style>
span { border-color: #C75CFC; }
span { border-color: rgb(199,92,252); }
td.TdClassName
{
border-color: #C75CFC;
}
.TagClassName
{
border-color: #C75CFC;
}
</style>