Shades of Heliotrope #C74FFD
Tints of Heliotrope #C74FFD
RGB
CMYK
RGB Variations
Color information
#C74FFD (or 0xC74FFD) is known color: Heliotrope. HEX triplet: C7, 4F and FD. RGB value is (199,79,253). Sum of RGB (Red+Green+Blue) = 199+79+253=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 79 (31.25% from 255 or 14.88% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #C74FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74FFD is #38B002. Grayscale: #868686. Windows color (decimal): -3715075 or 16601031. OLE color: 16601031.
HSL color Cylindrical-coordinate representation of color #C74FFD: hue angle of 281.38º degrees, saturation: 0.98, 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 #C74FFD is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 79 | 253 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.01 |
| HSL | 281.38º | 0.98% | 0.65% | - |
| HSV(B) | 281.38º | 0.69% | 0.99% | - |
| XYZ | 44.08 | 24.83 | 95.4 | - |
| YUV | 134.72 | 194.76 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 253 | 0.21 | 0.69 | 0 | 0.01 | 281.38 | 0.98 | 0.65 |
| Hex | C7 | 4F | FD | 15 | 45 | 0 | 1 | 119 | 62 | 41 |
| Octal | 307 | 117 | 375 | 25 | 105 | 0 | 1 | 431 | 142 | 101 |
| Binary | 11000111 | 1001111 | 11111101 | 10101 | 1000101 | 0 | 1 | 100011001 | 1100010 | 1000001 |
Color Harmonies of #C74FFD
Complementary color
Monochromatic Colors of #C74FFD
Black with #C74FFD
Text Example
Text Example
White with #C74FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74FFD; }
p { color: rgb(199,79,253); }
H1.HeaderClassName
{
color: #C74FFD;
}
.AnyTagClassName
{
color: #C74FFD;
}
</style>
background-color css
<style>
a { background-color: #C74FFD; }
a { background-color: rgb(199,79,253); }
div.DivClassName
{
background-color: #C74FFD;
}
.BgClassName
{
background-color: #C74FFD;
}
</style>
border-color css
<style>
span { border-color: #C74FFD; }
span { border-color: rgb(199,79,253); }
td.TdClassName
{
border-color: #C74FFD;
}
.TagClassName
{
border-color: #C74FFD;
}
</style>