Shades of Heliotrope #C75BFC
Tints of Heliotrope #C75BFC
RGB
CMYK
RGB Variations
Color information
#C75BFC (or 0xC75BFC) is known color: Heliotrope. HEX triplet: C7, 5B and FC. RGB value is (199,91,252). Sum of RGB (Red+Green+Blue) = 199+91+252=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #C75BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75BFC is #38A403. Grayscale: #8D8D8D. Windows color (decimal): -3712004 or 16538567. OLE color: 16538567.
HSL color Cylindrical-coordinate representation of color #C75BFC: hue angle of 280.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C75BFC is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 91 | 252 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.01 |
| HSL | 280.25º | 0.96% | 0.67% | - |
| HSV(B) | 280.25º | 0.64% | 0.99% | - |
| XYZ | 44.86 | 26.65 | 94.88 | - |
| YUV | 141.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 252 | 0.21 | 0.64 | 0 | 0.01 | 280.25 | 0.96 | 0.67 |
| Hex | C7 | 5B | FC | 15 | 40 | 0 | 1 | 118 | 60 | 43 |
| Octal | 307 | 133 | 374 | 25 | 100 | 0 | 1 | 430 | 140 | 103 |
| Binary | 11000111 | 1011011 | 11111100 | 10101 | 1000000 | 0 | 1 | 100011000 | 1100000 | 1000011 |
Color Harmonies of #C75BFC
Complementary color
Monochromatic Colors of #C75BFC
Black with #C75BFC
Text Example
Text Example
White with #C75BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75BFC; }
p { color: rgb(199,91,252); }
H1.HeaderClassName
{
color: #C75BFC;
}
.AnyTagClassName
{
color: #C75BFC;
}
</style>
background-color css
<style>
a { background-color: #C75BFC; }
a { background-color: rgb(199,91,252); }
div.DivClassName
{
background-color: #C75BFC;
}
.BgClassName
{
background-color: #C75BFC;
}
</style>
border-color css
<style>
span { border-color: #C75BFC; }
span { border-color: rgb(199,91,252); }
td.TdClassName
{
border-color: #C75BFC;
}
.TagClassName
{
border-color: #C75BFC;
}
</style>