Shades of Heliotrope #C074FF
Tints of Heliotrope #C074FF
RGB
CMYK
RGB Variations
Color information
#C074FF (or 0xC074FF) is known color: Heliotrope. HEX triplet: C0, 74 and FF. RGB value is (192,116,255). Sum of RGB (Red+Green+Blue) = 192+116+255=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #C074FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074FF is #3F8B00. Grayscale: #9A9A9A. Windows color (decimal): -4164353 or 16741568. OLE color: 16741568.
HSL color Cylindrical-coordinate representation of color #C074FF: hue angle of 272.81º 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 #C074FF is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 116 | 255 | - |
| CMYK | 0.25 | 0.55 | 0 | 0 |
| HSL | 272.81º | 1% | 0.73% | - |
| HSV(B) | 272.81º | 0.55% | 1% | - |
| XYZ | 46.03 | 30.92 | 98.15 | - |
| YUV | 154.57 | 184.68 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 255 | 0.25 | 0.55 | 0 | 0 | 272.81 | 1 | 0.73 |
| Hex | C0 | 74 | FF | 19 | 37 | 0 | 0 | 111 | 64 | 49 |
| Octal | 300 | 164 | 377 | 31 | 67 | 0 | 0 | 421 | 144 | 111 |
| Binary | 11000000 | 1110100 | 11111111 | 11001 | 110111 | 0 | 0 | 100010001 | 1100100 | 1001001 |
Color Harmonies of #C074FF
Complementary color
Monochromatic Colors of #C074FF
Black with #C074FF
Text Example
Text Example
White with #C074FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074FF; }
p { color: rgb(192,116,255); }
H1.HeaderClassName
{
color: #C074FF;
}
.AnyTagClassName
{
color: #C074FF;
}
</style>
background-color css
<style>
a { background-color: #C074FF; }
a { background-color: rgb(192,116,255); }
div.DivClassName
{
background-color: #C074FF;
}
.BgClassName
{
background-color: #C074FF;
}
</style>
border-color css
<style>
span { border-color: #C074FF; }
span { border-color: rgb(192,116,255); }
td.TdClassName
{
border-color: #C074FF;
}
.TagClassName
{
border-color: #C074FF;
}
</style>