Shades of Heliotrope #C274EB
Tints of Heliotrope #C274EB
RGB
CMYK
RGB Variations
Color information
#C274EB (or 0xC274EB) is known color: Heliotrope. HEX triplet: C2, 74 and EB. RGB value is (194,116,235). Sum of RGB (Red+Green+Blue) = 194+116+235=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #C274EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274EB is #3D8B14. Grayscale: #989898. Windows color (decimal): -4033301 or 15430850. OLE color: 15430850.
HSL color Cylindrical-coordinate representation of color #C274EB: hue angle of 279.33º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C274EB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 116 | 235 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.08 |
| HSL | 279.33º | 0.75% | 0.69% | - |
| HSV(B) | 279.33º | 0.51% | 0.92% | - |
| XYZ | 43.49 | 29.96 | 82.09 | - |
| YUV | 152.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 235 | 0.17 | 0.51 | 0 | 0.08 | 279.33 | 0.75 | 0.69 |
| Hex | C2 | 74 | EB | 11 | 33 | 0 | 8 | 117 | 4B | 45 |
| Octal | 302 | 164 | 353 | 21 | 63 | 0 | 10 | 427 | 113 | 105 |
| Binary | 11000010 | 1110100 | 11101011 | 10001 | 110011 | 0 | 1000 | 100010111 | 1001011 | 1000101 |
Color Harmonies of #C274EB
Complementary color
Monochromatic Colors of #C274EB
Black with #C274EB
Text Example
Text Example
White with #C274EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274EB; }
p { color: rgb(194,116,235); }
H1.HeaderClassName
{
color: #C274EB;
}
.AnyTagClassName
{
color: #C274EB;
}
</style>
background-color css
<style>
a { background-color: #C274EB; }
a { background-color: rgb(194,116,235); }
div.DivClassName
{
background-color: #C274EB;
}
.BgClassName
{
background-color: #C274EB;
}
</style>
border-color css
<style>
span { border-color: #C274EB; }
span { border-color: rgb(194,116,235); }
td.TdClassName
{
border-color: #C274EB;
}
.TagClassName
{
border-color: #C274EB;
}
</style>