Shades of Heliotrope #C373FF
Tints of Heliotrope #C373FF
RGB
CMYK
RGB Variations
Color information
#C373FF (or 0xC373FF) is known color: Heliotrope. HEX triplet: C3, 73 and FF. RGB value is (195,115,255). Sum of RGB (Red+Green+Blue) = 195+115+255=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #C373FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C373FF is #3C8C00. Grayscale: #9A9A9A. Windows color (decimal): -3968001 or 16741315. OLE color: 16741315.
HSL color Cylindrical-coordinate representation of color #C373FF: hue angle of 274.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C373FF is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 115 | 255 | - |
| CMYK | 0.24 | 0.55 | 0 | 0 |
| HSL | 274.29º | 1% | 0.73% | - |
| HSV(B) | 274.29º | 0.55% | 1% | - |
| XYZ | 46.69 | 31.08 | 98.15 | - |
| YUV | 154.88 | 184.5 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 255 | 0.24 | 0.55 | 0 | 0 | 274.29 | 1 | 0.73 |
| Hex | C3 | 73 | FF | 18 | 37 | 0 | 0 | 112 | 64 | 49 |
| Octal | 303 | 163 | 377 | 30 | 67 | 0 | 0 | 422 | 144 | 111 |
| Binary | 11000011 | 1110011 | 11111111 | 11000 | 110111 | 0 | 0 | 100010010 | 1100100 | 1001001 |
Color Harmonies of #C373FF
Complementary color
Monochromatic Colors of #C373FF
Black with #C373FF
Text Example
Text Example
White with #C373FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373FF; }
p { color: rgb(195,115,255); }
H1.HeaderClassName
{
color: #C373FF;
}
.AnyTagClassName
{
color: #C373FF;
}
</style>
background-color css
<style>
a { background-color: #C373FF; }
a { background-color: rgb(195,115,255); }
div.DivClassName
{
background-color: #C373FF;
}
.BgClassName
{
background-color: #C373FF;
}
</style>
border-color css
<style>
span { border-color: #C373FF; }
span { border-color: rgb(195,115,255); }
td.TdClassName
{
border-color: #C373FF;
}
.TagClassName
{
border-color: #C373FF;
}
</style>