Shades of Heliotrope #C275FA
Tints of Heliotrope #C275FA
RGB
CMYK
RGB Variations
Color information
#C275FA (or 0xC275FA) is known color: Heliotrope. HEX triplet: C2, 75 and FA. RGB value is (194,117,250). Sum of RGB (Red+Green+Blue) = 194+117+250=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #C275FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C275FA is #3D8A05. Grayscale: #9A9A9A. Windows color (decimal): -4033030 or 16414146. OLE color: 16414146.
HSL color Cylindrical-coordinate representation of color #C275FA: hue angle of 274.74º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C275FA is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 117 | 250 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.02 |
| HSL | 274.74º | 0.93% | 0.72% | - |
| HSV(B) | 274.74º | 0.53% | 0.98% | - |
| XYZ | 45.86 | 31.09 | 94.03 | - |
| YUV | 155.19 | 181.51 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 250 | 0.22 | 0.53 | 0 | 0.02 | 274.74 | 0.93 | 0.72 |
| Hex | C2 | 75 | FA | 16 | 35 | 0 | 2 | 113 | 5D | 48 |
| Octal | 302 | 165 | 372 | 26 | 65 | 0 | 2 | 423 | 135 | 110 |
| Binary | 11000010 | 1110101 | 11111010 | 10110 | 110101 | 0 | 10 | 100010011 | 1011101 | 1001000 |
Color Harmonies of #C275FA
Complementary color
Monochromatic Colors of #C275FA
Black with #C275FA
Text Example
Text Example
White with #C275FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275FA; }
p { color: rgb(194,117,250); }
H1.HeaderClassName
{
color: #C275FA;
}
.AnyTagClassName
{
color: #C275FA;
}
</style>
background-color css
<style>
a { background-color: #C275FA; }
a { background-color: rgb(194,117,250); }
div.DivClassName
{
background-color: #C275FA;
}
.BgClassName
{
background-color: #C275FA;
}
</style>
border-color css
<style>
span { border-color: #C275FA; }
span { border-color: rgb(194,117,250); }
td.TdClassName
{
border-color: #C275FA;
}
.TagClassName
{
border-color: #C275FA;
}
</style>