Shades of Heliotrope #C274FE
Tints of Heliotrope #C274FE
RGB
CMYK
RGB Variations
Color information
#C274FE (or 0xC274FE) is known color: Heliotrope. HEX triplet: C2, 74 and FE. RGB value is (194,116,254). Sum of RGB (Red+Green+Blue) = 194+116+254=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #C274FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274FE is #3D8B01. Grayscale: #9A9A9A. Windows color (decimal): -4033282 or 16676034. OLE color: 16676034.
HSL color Cylindrical-coordinate representation of color #C274FE: hue angle of 273.91º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C274FE is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 116 | 254 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.00 |
| HSL | 273.91º | 0.99% | 0.73% | - |
| HSV(B) | 273.91º | 0.54% | 1% | - |
| XYZ | 46.38 | 31.12 | 97.33 | - |
| YUV | 155.05 | 183.84 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 254 | 0.24 | 0.54 | 0 | 0.00 | 273.91 | 0.99 | 0.73 |
| Hex | C2 | 74 | FE | 18 | 36 | 0 | 0 | 112 | 63 | 49 |
| Octal | 302 | 164 | 376 | 30 | 66 | 0 | 0 | 422 | 143 | 111 |
| Binary | 11000010 | 1110100 | 11111110 | 11000 | 110110 | 0 | 0 | 100010010 | 1100011 | 1001001 |
Color Harmonies of #C274FE
Complementary color
Monochromatic Colors of #C274FE
Black with #C274FE
Text Example
Text Example
White with #C274FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274FE; }
p { color: rgb(194,116,254); }
H1.HeaderClassName
{
color: #C274FE;
}
.AnyTagClassName
{
color: #C274FE;
}
</style>
background-color css
<style>
a { background-color: #C274FE; }
a { background-color: rgb(194,116,254); }
div.DivClassName
{
background-color: #C274FE;
}
.BgClassName
{
background-color: #C274FE;
}
</style>
border-color css
<style>
span { border-color: #C274FE; }
span { border-color: rgb(194,116,254); }
td.TdClassName
{
border-color: #C274FE;
}
.TagClassName
{
border-color: #C274FE;
}
</style>