Shades of Heliotrope #C275E7
Tints of Heliotrope #C275E7
RGB
CMYK
RGB Variations
Color information
#C275E7 (or 0xC275E7) is known color: Heliotrope. HEX triplet: C2, 75 and E7. RGB value is (194,117,231). Sum of RGB (Red+Green+Blue) = 194+117+231=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #C275E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C275E7 is #3D8A18. Grayscale: #989898. Windows color (decimal): -4033049 or 15168962. OLE color: 15168962.
HSL color Cylindrical-coordinate representation of color #C275E7: hue angle of 280.53º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C275E7 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 117 | 231 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.09 |
| HSL | 280.53º | 0.7% | 0.68% | - |
| HSV(B) | 280.53º | 0.49% | 0.91% | - |
| XYZ | 43.03 | 29.96 | 79.12 | - |
| YUV | 153.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 231 | 0.16 | 0.49 | 0 | 0.09 | 280.53 | 0.7 | 0.68 |
| Hex | C2 | 75 | E7 | 10 | 31 | 0 | 9 | 119 | 46 | 44 |
| Octal | 302 | 165 | 347 | 20 | 61 | 0 | 11 | 431 | 106 | 104 |
| Binary | 11000010 | 1110101 | 11100111 | 10000 | 110001 | 0 | 1001 | 100011001 | 1000110 | 1000100 |
Color Harmonies of #C275E7
Complementary color
Monochromatic Colors of #C275E7
Black with #C275E7
Text Example
Text Example
White with #C275E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275E7; }
p { color: rgb(194,117,231); }
H1.HeaderClassName
{
color: #C275E7;
}
.AnyTagClassName
{
color: #C275E7;
}
</style>
background-color css
<style>
a { background-color: #C275E7; }
a { background-color: rgb(194,117,231); }
div.DivClassName
{
background-color: #C275E7;
}
.BgClassName
{
background-color: #C275E7;
}
</style>
border-color css
<style>
span { border-color: #C275E7; }
span { border-color: rgb(194,117,231); }
td.TdClassName
{
border-color: #C275E7;
}
.TagClassName
{
border-color: #C275E7;
}
</style>