Shades of Heliotrope #C275FE
Tints of Heliotrope #C275FE
RGB
CMYK
RGB Variations
Color information
#C275FE (or 0xC275FE) is known color: Heliotrope. HEX triplet: C2, 75 and FE. RGB value is (194,117,254). Sum of RGB (Red+Green+Blue) = 194+117+254=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #C275FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C275FE is #3D8A01. Grayscale: #9B9B9B. Windows color (decimal): -4033026 or 16676290. OLE color: 16676290.
HSL color Cylindrical-coordinate representation of color #C275FE: hue angle of 273.72º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C275FE is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 117 | 254 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.00 |
| HSL | 273.72º | 0.99% | 0.73% | - |
| HSV(B) | 273.72º | 0.54% | 1% | - |
| XYZ | 46.5 | 31.35 | 97.37 | - |
| YUV | 155.64 | 183.51 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 254 | 0.24 | 0.54 | 0 | 0.00 | 273.72 | 0.99 | 0.73 |
| Hex | C2 | 75 | FE | 18 | 36 | 0 | 0 | 112 | 63 | 49 |
| Octal | 302 | 165 | 376 | 30 | 66 | 0 | 0 | 422 | 143 | 111 |
| Binary | 11000010 | 1110101 | 11111110 | 11000 | 110110 | 0 | 0 | 100010010 | 1100011 | 1001001 |
Color Harmonies of #C275FE
Complementary color
Monochromatic Colors of #C275FE
Black with #C275FE
Text Example
Text Example
White with #C275FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275FE; }
p { color: rgb(194,117,254); }
H1.HeaderClassName
{
color: #C275FE;
}
.AnyTagClassName
{
color: #C275FE;
}
</style>
background-color css
<style>
a { background-color: #C275FE; }
a { background-color: rgb(194,117,254); }
div.DivClassName
{
background-color: #C275FE;
}
.BgClassName
{
background-color: #C275FE;
}
</style>
border-color css
<style>
span { border-color: #C275FE; }
span { border-color: rgb(194,117,254); }
td.TdClassName
{
border-color: #C275FE;
}
.TagClassName
{
border-color: #C275FE;
}
</style>