Shades of Heliotrope #C774FF
Tints of Heliotrope #C774FF
RGB
CMYK
RGB Variations
Color information
#C774FF (or 0xC774FF) is known color: Heliotrope. HEX triplet: C7, 74 and FF. RGB value is (199,116,255). Sum of RGB (Red+Green+Blue) = 199+116+255=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #C774FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C774FF is #388B00. Grayscale: #9C9C9C. Windows color (decimal): -3705601 or 16741575. OLE color: 16741575.
HSL color Cylindrical-coordinate representation of color #C774FF: hue angle of 275.83º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C774FF is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 116 | 255 | - |
| CMYK | 0.22 | 0.55 | 0 | 0 |
| HSL | 275.83º | 1% | 0.73% | - |
| HSV(B) | 275.83º | 0.55% | 1% | - |
| XYZ | 47.85 | 31.85 | 98.23 | - |
| YUV | 156.66 | 183.5 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 255 | 0.22 | 0.55 | 0 | 0 | 275.83 | 1 | 0.73 |
| Hex | C7 | 74 | FF | 16 | 37 | 0 | 0 | 114 | 64 | 49 |
| Octal | 307 | 164 | 377 | 26 | 67 | 0 | 0 | 424 | 144 | 111 |
| Binary | 11000111 | 1110100 | 11111111 | 10110 | 110111 | 0 | 0 | 100010100 | 1100100 | 1001001 |
Color Harmonies of #C774FF
Complementary color
Monochromatic Colors of #C774FF
Black with #C774FF
Text Example
Text Example
White with #C774FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774FF; }
p { color: rgb(199,116,255); }
H1.HeaderClassName
{
color: #C774FF;
}
.AnyTagClassName
{
color: #C774FF;
}
</style>
background-color css
<style>
a { background-color: #C774FF; }
a { background-color: rgb(199,116,255); }
div.DivClassName
{
background-color: #C774FF;
}
.BgClassName
{
background-color: #C774FF;
}
</style>
border-color css
<style>
span { border-color: #C774FF; }
span { border-color: rgb(199,116,255); }
td.TdClassName
{
border-color: #C774FF;
}
.TagClassName
{
border-color: #C774FF;
}
</style>