Shades of Heliotrope #C75BFB
Tints of Heliotrope #C75BFB
RGB
CMYK
RGB Variations
Color information
#C75BFB (or 0xC75BFB) is known color: Heliotrope. HEX triplet: C7, 5B and FB. RGB value is (199,91,251). Sum of RGB (Red+Green+Blue) = 199+91+251=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 91 (35.94% from 255 or 16.82% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #C75BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75BFB is #38A404. Grayscale: #8D8D8D. Windows color (decimal): -3712005 or 16473031. OLE color: 16473031.
HSL color Cylindrical-coordinate representation of color #C75BFB: hue angle of 280.5º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C75BFB is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 91 | 251 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.02 |
| HSL | 280.5º | 0.95% | 0.67% | - |
| HSV(B) | 280.5º | 0.64% | 0.98% | - |
| XYZ | 44.71 | 26.59 | 94.04 | - |
| YUV | 141.53 | 189.78 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 251 | 0.21 | 0.64 | 0 | 0.02 | 280.5 | 0.95 | 0.67 |
| Hex | C7 | 5B | FB | 15 | 40 | 0 | 2 | 118 | 5F | 43 |
| Octal | 307 | 133 | 373 | 25 | 100 | 0 | 2 | 430 | 137 | 103 |
| Binary | 11000111 | 1011011 | 11111011 | 10101 | 1000000 | 0 | 10 | 100011000 | 1011111 | 1000011 |
Color Harmonies of #C75BFB
Complementary color
Monochromatic Colors of #C75BFB
Black with #C75BFB
Text Example
Text Example
White with #C75BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75BFB; }
p { color: rgb(199,91,251); }
H1.HeaderClassName
{
color: #C75BFB;
}
.AnyTagClassName
{
color: #C75BFB;
}
</style>
background-color css
<style>
a { background-color: #C75BFB; }
a { background-color: rgb(199,91,251); }
div.DivClassName
{
background-color: #C75BFB;
}
.BgClassName
{
background-color: #C75BFB;
}
</style>
border-color css
<style>
span { border-color: #C75BFB; }
span { border-color: rgb(199,91,251); }
td.TdClassName
{
border-color: #C75BFB;
}
.TagClassName
{
border-color: #C75BFB;
}
</style>