Shades of Heliotrope #C75DFB
Tints of Heliotrope #C75DFB
RGB
CMYK
RGB Variations
Color information
#C75DFB (or 0xC75DFB) is known color: Heliotrope. HEX triplet: C7, 5D and FB. RGB value is (199,93,251). Sum of RGB (Red+Green+Blue) = 199+93+251=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #C75DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75DFB is #38A204. Grayscale: #8E8E8E. Windows color (decimal): -3711493 or 16473543. OLE color: 16473543.
HSL color Cylindrical-coordinate representation of color #C75DFB: hue angle of 280.25º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C75DFB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 93 | 251 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.02 |
| HSL | 280.25º | 0.95% | 0.67% | - |
| HSV(B) | 280.25º | 0.63% | 0.98% | - |
| XYZ | 44.88 | 26.94 | 94.1 | - |
| YUV | 142.71 | 189.12 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 251 | 0.21 | 0.63 | 0 | 0.02 | 280.25 | 0.95 | 0.67 |
| Hex | C7 | 5D | FB | 15 | 3F | 0 | 2 | 118 | 5F | 43 |
| Octal | 307 | 135 | 373 | 25 | 77 | 0 | 2 | 430 | 137 | 103 |
| Binary | 11000111 | 1011101 | 11111011 | 10101 | 111111 | 0 | 10 | 100011000 | 1011111 | 1000011 |
Color Harmonies of #C75DFB
Complementary color
Monochromatic Colors of #C75DFB
Black with #C75DFB
Text Example
Text Example
White with #C75DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75DFB; }
p { color: rgb(199,93,251); }
H1.HeaderClassName
{
color: #C75DFB;
}
.AnyTagClassName
{
color: #C75DFB;
}
</style>
background-color css
<style>
a { background-color: #C75DFB; }
a { background-color: rgb(199,93,251); }
div.DivClassName
{
background-color: #C75DFB;
}
.BgClassName
{
background-color: #C75DFB;
}
</style>
border-color css
<style>
span { border-color: #C75DFB; }
span { border-color: rgb(199,93,251); }
td.TdClassName
{
border-color: #C75DFB;
}
.TagClassName
{
border-color: #C75DFB;
}
</style>