Shades of Heliotrope #C372EA
Tints of Heliotrope #C372EA
RGB
CMYK
RGB Variations
Color information
#C372EA (or 0xC372EA) is known color: Heliotrope. HEX triplet: C3, 72 and EA. RGB value is (195,114,234). Sum of RGB (Red+Green+Blue) = 195+114+234=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #C372EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C372EA is #3C8D15. Grayscale: #979797. Windows color (decimal): -3968278 or 15364803. OLE color: 15364803.
HSL color Cylindrical-coordinate representation of color #C372EA: hue angle of 280.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C372EA is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 114 | 234 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.08 |
| HSL | 280.5º | 0.74% | 0.68% | - |
| HSV(B) | 280.5º | 0.51% | 0.92% | - |
| XYZ | 43.37 | 29.58 | 81.26 | - |
| YUV | 151.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 234 | 0.17 | 0.51 | 0 | 0.08 | 280.5 | 0.74 | 0.68 |
| Hex | C3 | 72 | EA | 11 | 33 | 0 | 8 | 118 | 4A | 44 |
| Octal | 303 | 162 | 352 | 21 | 63 | 0 | 10 | 430 | 112 | 104 |
| Binary | 11000011 | 1110010 | 11101010 | 10001 | 110011 | 0 | 1000 | 100011000 | 1001010 | 1000100 |
Color Harmonies of #C372EA
Complementary color
Monochromatic Colors of #C372EA
Black with #C372EA
Text Example
Text Example
White with #C372EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372EA; }
p { color: rgb(195,114,234); }
H1.HeaderClassName
{
color: #C372EA;
}
.AnyTagClassName
{
color: #C372EA;
}
</style>
background-color css
<style>
a { background-color: #C372EA; }
a { background-color: rgb(195,114,234); }
div.DivClassName
{
background-color: #C372EA;
}
.BgClassName
{
background-color: #C372EA;
}
</style>
border-color css
<style>
span { border-color: #C372EA; }
span { border-color: rgb(195,114,234); }
td.TdClassName
{
border-color: #C372EA;
}
.TagClassName
{
border-color: #C372EA;
}
</style>