Shades of Heliotrope #C275ED
Tints of Heliotrope #C275ED
RGB
CMYK
RGB Variations
Color information
#C275ED (or 0xC275ED) is known color: Heliotrope. HEX triplet: C2, 75 and ED. RGB value is (194,117,237). Sum of RGB (Red+Green+Blue) = 194+117+237=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #C275ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C275ED is #3D8A12. Grayscale: #999999. Windows color (decimal): -4033043 or 15562178. OLE color: 15562178.
HSL color Cylindrical-coordinate representation of color #C275ED: hue angle of 278.5º 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 #C275ED is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 117 | 237 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.07 |
| HSL | 278.5º | 0.77% | 0.69% | - |
| HSV(B) | 278.5º | 0.51% | 0.93% | - |
| XYZ | 43.9 | 30.31 | 83.66 | - |
| YUV | 153.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 237 | 0.18 | 0.51 | 0 | 0.07 | 278.5 | 0.77 | 0.69 |
| Hex | C2 | 75 | ED | 12 | 33 | 0 | 7 | 116 | 4D | 45 |
| Octal | 302 | 165 | 355 | 22 | 63 | 0 | 7 | 426 | 115 | 105 |
| Binary | 11000010 | 1110101 | 11101101 | 10010 | 110011 | 0 | 111 | 100010110 | 1001101 | 1000101 |
Color Harmonies of #C275ED
Complementary color
Monochromatic Colors of #C275ED
Black with #C275ED
Text Example
Text Example
White with #C275ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275ED; }
p { color: rgb(194,117,237); }
H1.HeaderClassName
{
color: #C275ED;
}
.AnyTagClassName
{
color: #C275ED;
}
</style>
background-color css
<style>
a { background-color: #C275ED; }
a { background-color: rgb(194,117,237); }
div.DivClassName
{
background-color: #C275ED;
}
.BgClassName
{
background-color: #C275ED;
}
</style>
border-color css
<style>
span { border-color: #C275ED; }
span { border-color: rgb(194,117,237); }
td.TdClassName
{
border-color: #C275ED;
}
.TagClassName
{
border-color: #C275ED;
}
</style>