Shades of Heliotrope #C74CFF
Tints of Heliotrope #C74CFF
RGB
CMYK
RGB Variations
Color information
#C74CFF (or 0xC74CFF) is known color: Heliotrope. HEX triplet: C7, 4C and FF. RGB value is (199,76,255). Sum of RGB (Red+Green+Blue) = 199+76+255=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 76 (30.08% from 255 or 14.34% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #C74CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74CFF is #38B300. Grayscale: #848484. Windows color (decimal): -3715841 or 16731335. OLE color: 16731335.
HSL color Cylindrical-coordinate representation of color #C74CFF: hue angle of 281.23º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C74CFF is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 76 | 255 | - |
| CMYK | 0.22 | 0.70 | 0 | 0 |
| HSL | 281.23º | 1% | 0.65% | - |
| HSV(B) | 281.23º | 0.7% | 1% | - |
| XYZ | 44.19 | 24.53 | 97.01 | - |
| YUV | 133.18 | 196.75 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 255 | 0.22 | 0.70 | 0 | 0 | 281.23 | 1 | 0.65 |
| Hex | C7 | 4C | FF | 16 | 46 | 0 | 0 | 119 | 64 | 41 |
| Octal | 307 | 114 | 377 | 26 | 106 | 0 | 0 | 431 | 144 | 101 |
| Binary | 11000111 | 1001100 | 11111111 | 10110 | 1000110 | 0 | 0 | 100011001 | 1100100 | 1000001 |
Color Harmonies of #C74CFF
Complementary color
Monochromatic Colors of #C74CFF
Black with #C74CFF
Text Example
Text Example
White with #C74CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CFF; }
p { color: rgb(199,76,255); }
H1.HeaderClassName
{
color: #C74CFF;
}
.AnyTagClassName
{
color: #C74CFF;
}
</style>
background-color css
<style>
a { background-color: #C74CFF; }
a { background-color: rgb(199,76,255); }
div.DivClassName
{
background-color: #C74CFF;
}
.BgClassName
{
background-color: #C74CFF;
}
</style>
border-color css
<style>
span { border-color: #C74CFF; }
span { border-color: rgb(199,76,255); }
td.TdClassName
{
border-color: #C74CFF;
}
.TagClassName
{
border-color: #C74CFF;
}
</style>