Shades of Heliotrope #C274ED
Tints of Heliotrope #C274ED
RGB
CMYK
RGB Variations
Color information
#C274ED (or 0xC274ED) is known color: Heliotrope. HEX triplet: C2, 74 and ED. RGB value is (194,116,237). Sum of RGB (Red+Green+Blue) = 194+116+237=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #C274ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C274ED is #3D8B12. Grayscale: #989898. Windows color (decimal): -4033299 or 15561922. OLE color: 15561922.
HSL color Cylindrical-coordinate representation of color #C274ED: hue angle of 278.68º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C274ED is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 116 | 237 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.07 |
| HSL | 278.68º | 0.77% | 0.69% | - |
| HSV(B) | 278.68º | 0.51% | 0.93% | - |
| XYZ | 43.78 | 30.07 | 83.62 | - |
| YUV | 153.12 | 175.34 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 237 | 0.18 | 0.51 | 0 | 0.07 | 278.68 | 0.77 | 0.69 |
| Hex | C2 | 74 | ED | 12 | 33 | 0 | 7 | 117 | 4D | 45 |
| Octal | 302 | 164 | 355 | 22 | 63 | 0 | 7 | 427 | 115 | 105 |
| Binary | 11000010 | 1110100 | 11101101 | 10010 | 110011 | 0 | 111 | 100010111 | 1001101 | 1000101 |
Color Harmonies of #C274ED
Complementary color
Monochromatic Colors of #C274ED
Black with #C274ED
Text Example
Text Example
White with #C274ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274ED; }
p { color: rgb(194,116,237); }
H1.HeaderClassName
{
color: #C274ED;
}
.AnyTagClassName
{
color: #C274ED;
}
</style>
background-color css
<style>
a { background-color: #C274ED; }
a { background-color: rgb(194,116,237); }
div.DivClassName
{
background-color: #C274ED;
}
.BgClassName
{
background-color: #C274ED;
}
</style>
border-color css
<style>
span { border-color: #C274ED; }
span { border-color: rgb(194,116,237); }
td.TdClassName
{
border-color: #C274ED;
}
.TagClassName
{
border-color: #C274ED;
}
</style>