Shades of Heliotrope #C275E8
Tints of Heliotrope #C275E8
RGB
CMYK
RGB Variations
Color information
#C275E8 (or 0xC275E8) is known color: Heliotrope. HEX triplet: C2, 75 and E8. RGB value is (194,117,232). Sum of RGB (Red+Green+Blue) = 194+117+232=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #C275E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C275E8 is #3D8A17. Grayscale: #989898. Windows color (decimal): -4033048 or 15234498. OLE color: 15234498.
HSL color Cylindrical-coordinate representation of color #C275E8: hue angle of 280.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C275E8 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 117 | 232 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.09 |
| HSL | 280.17º | 0.71% | 0.68% | - |
| HSV(B) | 280.17º | 0.5% | 0.91% | - |
| XYZ | 43.17 | 30.02 | 79.86 | - |
| YUV | 153.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 232 | 0.16 | 0.50 | 0 | 0.09 | 280.17 | 0.71 | 0.68 |
| Hex | C2 | 75 | E8 | 10 | 32 | 0 | 9 | 118 | 47 | 44 |
| Octal | 302 | 165 | 350 | 20 | 62 | 0 | 11 | 430 | 107 | 104 |
| Binary | 11000010 | 1110101 | 11101000 | 10000 | 110010 | 0 | 1001 | 100011000 | 1000111 | 1000100 |
Color Harmonies of #C275E8
Complementary color
Monochromatic Colors of #C275E8
Black with #C275E8
Text Example
Text Example
White with #C275E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275E8; }
p { color: rgb(194,117,232); }
H1.HeaderClassName
{
color: #C275E8;
}
.AnyTagClassName
{
color: #C275E8;
}
</style>
background-color css
<style>
a { background-color: #C275E8; }
a { background-color: rgb(194,117,232); }
div.DivClassName
{
background-color: #C275E8;
}
.BgClassName
{
background-color: #C275E8;
}
</style>
border-color css
<style>
span { border-color: #C275E8; }
span { border-color: rgb(194,117,232); }
td.TdClassName
{
border-color: #C275E8;
}
.TagClassName
{
border-color: #C275E8;
}
</style>