Shades of Heliotrope #C372FF
Tints of Heliotrope #C372FF
RGB
CMYK
RGB Variations
Color information
#C372FF (or 0xC372FF) is known color: Heliotrope. HEX triplet: C3, 72 and FF. RGB value is (195,114,255). Sum of RGB (Red+Green+Blue) = 195+114+255=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #C372FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C372FF is #3C8D00. Grayscale: #999999. Windows color (decimal): -3968257 or 16741059. OLE color: 16741059.
HSL color Cylindrical-coordinate representation of color #C372FF: hue angle of 274.47º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C372FF is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 114 | 255 | - |
| CMYK | 0.24 | 0.55 | 0 | 0 |
| HSL | 274.47º | 1% | 0.72% | - |
| HSV(B) | 274.47º | 0.55% | 1% | - |
| XYZ | 46.57 | 30.86 | 98.11 | - |
| YUV | 154.29 | 184.84 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 255 | 0.24 | 0.55 | 0 | 0 | 274.47 | 1 | 0.72 |
| Hex | C3 | 72 | FF | 18 | 37 | 0 | 0 | 112 | 64 | 48 |
| Octal | 303 | 162 | 377 | 30 | 67 | 0 | 0 | 422 | 144 | 110 |
| Binary | 11000011 | 1110010 | 11111111 | 11000 | 110111 | 0 | 0 | 100010010 | 1100100 | 1001000 |
Color Harmonies of #C372FF
Complementary color
Monochromatic Colors of #C372FF
Black with #C372FF
Text Example
Text Example
White with #C372FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372FF; }
p { color: rgb(195,114,255); }
H1.HeaderClassName
{
color: #C372FF;
}
.AnyTagClassName
{
color: #C372FF;
}
</style>
background-color css
<style>
a { background-color: #C372FF; }
a { background-color: rgb(195,114,255); }
div.DivClassName
{
background-color: #C372FF;
}
.BgClassName
{
background-color: #C372FF;
}
</style>
border-color css
<style>
span { border-color: #C372FF; }
span { border-color: rgb(195,114,255); }
td.TdClassName
{
border-color: #C372FF;
}
.TagClassName
{
border-color: #C372FF;
}
</style>