Shades of Heliotrope #C75FFC
Tints of Heliotrope #C75FFC
RGB
CMYK
RGB Variations
Color information
#C75FFC (or 0xC75FFC) is known color: Heliotrope. HEX triplet: C7, 5F and FC. RGB value is (199,95,252). Sum of RGB (Red+Green+Blue) = 199+95+252=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #C75FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75FFC is #38A003. Grayscale: #8F8F8F. Windows color (decimal): -3710980 or 16539591. OLE color: 16539591.
HSL color Cylindrical-coordinate representation of color #C75FFC: hue angle of 279.75º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C75FFC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 95 | 252 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.01 |
| HSL | 279.75º | 0.96% | 0.68% | - |
| HSV(B) | 279.75º | 0.62% | 0.99% | - |
| XYZ | 45.22 | 27.35 | 94.99 | - |
| YUV | 143.99 | 188.96 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 252 | 0.21 | 0.62 | 0 | 0.01 | 279.75 | 0.96 | 0.68 |
| Hex | C7 | 5F | FC | 15 | 3E | 0 | 1 | 118 | 60 | 44 |
| Octal | 307 | 137 | 374 | 25 | 76 | 0 | 1 | 430 | 140 | 104 |
| Binary | 11000111 | 1011111 | 11111100 | 10101 | 111110 | 0 | 1 | 100011000 | 1100000 | 1000100 |
Color Harmonies of #C75FFC
Complementary color
Monochromatic Colors of #C75FFC
Black with #C75FFC
Text Example
Text Example
White with #C75FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FFC; }
p { color: rgb(199,95,252); }
H1.HeaderClassName
{
color: #C75FFC;
}
.AnyTagClassName
{
color: #C75FFC;
}
</style>
background-color css
<style>
a { background-color: #C75FFC; }
a { background-color: rgb(199,95,252); }
div.DivClassName
{
background-color: #C75FFC;
}
.BgClassName
{
background-color: #C75FFC;
}
</style>
border-color css
<style>
span { border-color: #C75FFC; }
span { border-color: rgb(199,95,252); }
td.TdClassName
{
border-color: #C75FFC;
}
.TagClassName
{
border-color: #C75FFC;
}
</style>