Shades of Heliotrope #C275EA
Tints of Heliotrope #C275EA
RGB
CMYK
RGB Variations
Color information
#C275EA (or 0xC275EA) is known color: Heliotrope. HEX triplet: C2, 75 and EA. RGB value is (194,117,234). Sum of RGB (Red+Green+Blue) = 194+117+234=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #C275EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C275EA is #3D8A15. Grayscale: #989898. Windows color (decimal): -4033046 or 15365570. OLE color: 15365570.
HSL color Cylindrical-coordinate representation of color #C275EA: hue angle of 279.49º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C275EA is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 117 | 234 | - |
| CMYK | 0.17 | 0.5 | 0 | 0.08 |
| HSL | 279.49º | 0.74% | 0.69% | - |
| HSV(B) | 279.49º | 0.5% | 0.92% | - |
| XYZ | 43.46 | 30.13 | 81.37 | - |
| YUV | 153.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 234 | 0.17 | 0.5 | 0 | 0.08 | 279.49 | 0.74 | 0.69 |
| Hex | C2 | 75 | EA | 11 | 32 | 0 | 8 | 117 | 4A | 45 |
| Octal | 302 | 165 | 352 | 21 | 62 | 0 | 10 | 427 | 112 | 105 |
| Binary | 11000010 | 1110101 | 11101010 | 10001 | 110010 | 0 | 1000 | 100010111 | 1001010 | 1000101 |
Color Harmonies of #C275EA
Complementary color
Monochromatic Colors of #C275EA
Black with #C275EA
Text Example
Text Example
White with #C275EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275EA; }
p { color: rgb(194,117,234); }
H1.HeaderClassName
{
color: #C275EA;
}
.AnyTagClassName
{
color: #C275EA;
}
</style>
background-color css
<style>
a { background-color: #C275EA; }
a { background-color: rgb(194,117,234); }
div.DivClassName
{
background-color: #C275EA;
}
.BgClassName
{
background-color: #C275EA;
}
</style>
border-color css
<style>
span { border-color: #C275EA; }
span { border-color: rgb(194,117,234); }
td.TdClassName
{
border-color: #C275EA;
}
.TagClassName
{
border-color: #C275EA;
}
</style>