Shades of Heliotrope #C275FF
Tints of Heliotrope #C275FF
RGB
CMYK
RGB Variations
Color information
#C275FF (or 0xC275FF) is known color: Heliotrope. HEX triplet: C2, 75 and FF. RGB value is (194,117,255). Sum of RGB (Red+Green+Blue) = 194+117+255=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #C275FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C275FF is #3D8A00. Grayscale: #9B9B9B. Windows color (decimal): -4033025 or 16741826. OLE color: 16741826.
HSL color Cylindrical-coordinate representation of color #C275FF: hue angle of 273.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C275FF is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 117 | 255 | - |
| CMYK | 0.24 | 0.54 | 0 | 0 |
| HSL | 273.48º | 1% | 0.73% | - |
| HSV(B) | 273.48º | 0.54% | 1% | - |
| XYZ | 46.66 | 31.41 | 98.21 | - |
| YUV | 155.76 | 184.01 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 255 | 0.24 | 0.54 | 0 | 0 | 273.48 | 1 | 0.73 |
| Hex | C2 | 75 | FF | 18 | 36 | 0 | 0 | 111 | 64 | 49 |
| Octal | 302 | 165 | 377 | 30 | 66 | 0 | 0 | 421 | 144 | 111 |
| Binary | 11000010 | 1110101 | 11111111 | 11000 | 110110 | 0 | 0 | 100010001 | 1100100 | 1001001 |
Color Harmonies of #C275FF
Complementary color
Monochromatic Colors of #C275FF
Black with #C275FF
Text Example
Text Example
White with #C275FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275FF; }
p { color: rgb(194,117,255); }
H1.HeaderClassName
{
color: #C275FF;
}
.AnyTagClassName
{
color: #C275FF;
}
</style>
background-color css
<style>
a { background-color: #C275FF; }
a { background-color: rgb(194,117,255); }
div.DivClassName
{
background-color: #C275FF;
}
.BgClassName
{
background-color: #C275FF;
}
</style>
border-color css
<style>
span { border-color: #C275FF; }
span { border-color: rgb(194,117,255); }
td.TdClassName
{
border-color: #C275FF;
}
.TagClassName
{
border-color: #C275FF;
}
</style>