Shades of Heliotrope #C74FFC
Tints of Heliotrope #C74FFC
RGB
CMYK
RGB Variations
Color information
#C74FFC (or 0xC74FFC) is known color: Heliotrope. HEX triplet: C7, 4F and FC. RGB value is (199,79,252). Sum of RGB (Red+Green+Blue) = 199+79+252=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 79 (31.25% from 255 or 14.91% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #C74FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74FFC is #38B003. Grayscale: #868686. Windows color (decimal): -3715076 or 16535495. OLE color: 16535495.
HSL color Cylindrical-coordinate representation of color #C74FFC: hue angle of 281.62º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C74FFC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 79 | 252 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.01 |
| HSL | 281.62º | 0.97% | 0.65% | - |
| HSV(B) | 281.62º | 0.69% | 0.99% | - |
| XYZ | 43.92 | 24.76 | 94.56 | - |
| YUV | 134.6 | 194.26 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 252 | 0.21 | 0.69 | 0 | 0.01 | 281.62 | 0.97 | 0.65 |
| Hex | C7 | 4F | FC | 15 | 45 | 0 | 1 | 11A | 61 | 41 |
| Octal | 307 | 117 | 374 | 25 | 105 | 0 | 1 | 432 | 141 | 101 |
| Binary | 11000111 | 1001111 | 11111100 | 10101 | 1000101 | 0 | 1 | 100011010 | 1100001 | 1000001 |
Color Harmonies of #C74FFC
Complementary color
Monochromatic Colors of #C74FFC
Black with #C74FFC
Text Example
Text Example
White with #C74FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FFC; }
p { color: rgb(199,79,252); }
H1.HeaderClassName
{
color: #C74FFC;
}
.AnyTagClassName
{
color: #C74FFC;
}
</style>
background-color css
<style>
a { background-color: #C74FFC; }
a { background-color: rgb(199,79,252); }
div.DivClassName
{
background-color: #C74FFC;
}
.BgClassName
{
background-color: #C74FFC;
}
</style>
border-color css
<style>
span { border-color: #C74FFC; }
span { border-color: rgb(199,79,252); }
td.TdClassName
{
border-color: #C74FFC;
}
.TagClassName
{
border-color: #C74FFC;
}
</style>