Shades of Heliotrope #C074FD
Tints of Heliotrope #C074FD
RGB
CMYK
RGB Variations
Color information
#C074FD (or 0xC074FD) is known color: Heliotrope. HEX triplet: C0, 74 and FD. RGB value is (192,116,253). Sum of RGB (Red+Green+Blue) = 192+116+253=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #C074FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074FD is #3F8B02. Grayscale: #999999. Windows color (decimal): -4164355 or 16610496. OLE color: 16610496.
HSL color Cylindrical-coordinate representation of color #C074FD: hue angle of 273.28º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C074FD is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 116 | 253 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.01 |
| HSL | 273.28º | 0.97% | 0.72% | - |
| HSV(B) | 273.28º | 0.54% | 0.99% | - |
| XYZ | 45.71 | 30.79 | 96.46 | - |
| YUV | 154.34 | 183.68 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 253 | 0.24 | 0.54 | 0 | 0.01 | 273.28 | 0.97 | 0.72 |
| Hex | C0 | 74 | FD | 18 | 36 | 0 | 1 | 111 | 61 | 48 |
| Octal | 300 | 164 | 375 | 30 | 66 | 0 | 1 | 421 | 141 | 110 |
| Binary | 11000000 | 1110100 | 11111101 | 11000 | 110110 | 0 | 1 | 100010001 | 1100001 | 1001000 |
Color Harmonies of #C074FD
Complementary color
Monochromatic Colors of #C074FD
Black with #C074FD
Text Example
Text Example
White with #C074FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074FD; }
p { color: rgb(192,116,253); }
H1.HeaderClassName
{
color: #C074FD;
}
.AnyTagClassName
{
color: #C074FD;
}
</style>
background-color css
<style>
a { background-color: #C074FD; }
a { background-color: rgb(192,116,253); }
div.DivClassName
{
background-color: #C074FD;
}
.BgClassName
{
background-color: #C074FD;
}
</style>
border-color css
<style>
span { border-color: #C074FD; }
span { border-color: rgb(192,116,253); }
td.TdClassName
{
border-color: #C074FD;
}
.TagClassName
{
border-color: #C074FD;
}
</style>