Shades of Heliotrope #C75FFD
Tints of Heliotrope #C75FFD
RGB
CMYK
RGB Variations
Color information
#C75FFD (or 0xC75FFD) is known color: Heliotrope. HEX triplet: C7, 5F and FD. RGB value is (199,95,253). Sum of RGB (Red+Green+Blue) = 199+95+253=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #C75FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75FFD is #38A002. Grayscale: #8F8F8F. Windows color (decimal): -3710979 or 16605127. OLE color: 16605127.
HSL color Cylindrical-coordinate representation of color #C75FFD: hue angle of 279.49º degrees, saturation: 0.98, 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 #C75FFD is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 95 | 253 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.01 |
| HSL | 279.49º | 0.98% | 0.68% | - |
| HSV(B) | 279.49º | 0.62% | 0.99% | - |
| XYZ | 45.38 | 27.42 | 95.83 | - |
| YUV | 144.11 | 189.46 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 253 | 0.21 | 0.62 | 0 | 0.01 | 279.49 | 0.98 | 0.68 |
| Hex | C7 | 5F | FD | 15 | 3E | 0 | 1 | 117 | 62 | 44 |
| Octal | 307 | 137 | 375 | 25 | 76 | 0 | 1 | 427 | 142 | 104 |
| Binary | 11000111 | 1011111 | 11111101 | 10101 | 111110 | 0 | 1 | 100010111 | 1100010 | 1000100 |
Color Harmonies of #C75FFD
Complementary color
Monochromatic Colors of #C75FFD
Black with #C75FFD
Text Example
Text Example
White with #C75FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FFD; }
p { color: rgb(199,95,253); }
H1.HeaderClassName
{
color: #C75FFD;
}
.AnyTagClassName
{
color: #C75FFD;
}
</style>
background-color css
<style>
a { background-color: #C75FFD; }
a { background-color: rgb(199,95,253); }
div.DivClassName
{
background-color: #C75FFD;
}
.BgClassName
{
background-color: #C75FFD;
}
</style>
border-color css
<style>
span { border-color: #C75FFD; }
span { border-color: rgb(199,95,253); }
td.TdClassName
{
border-color: #C75FFD;
}
.TagClassName
{
border-color: #C75FFD;
}
</style>