Shades of Heliotrope #C372EE
Tints of Heliotrope #C372EE
RGB
CMYK
RGB Variations
Color information
#C372EE (or 0xC372EE) is known color: Heliotrope. HEX triplet: C3, 72 and EE. RGB value is (195,114,238). Sum of RGB (Red+Green+Blue) = 195+114+238=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #C372EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C372EE is #3C8D11. Grayscale: #979797. Windows color (decimal): -3968274 or 15626947. OLE color: 15626947.
HSL color Cylindrical-coordinate representation of color #C372EE: hue angle of 279.19º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C372EE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 114 | 238 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.07 |
| HSL | 279.19º | 0.78% | 0.69% | - |
| HSV(B) | 279.19º | 0.52% | 0.93% | - |
| XYZ | 43.96 | 29.81 | 84.33 | - |
| YUV | 152.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 238 | 0.18 | 0.52 | 0 | 0.07 | 279.19 | 0.78 | 0.69 |
| Hex | C3 | 72 | EE | 12 | 34 | 0 | 7 | 117 | 4E | 45 |
| Octal | 303 | 162 | 356 | 22 | 64 | 0 | 7 | 427 | 116 | 105 |
| Binary | 11000011 | 1110010 | 11101110 | 10010 | 110100 | 0 | 111 | 100010111 | 1001110 | 1000101 |
Color Harmonies of #C372EE
Complementary color
Monochromatic Colors of #C372EE
Black with #C372EE
Text Example
Text Example
White with #C372EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372EE; }
p { color: rgb(195,114,238); }
H1.HeaderClassName
{
color: #C372EE;
}
.AnyTagClassName
{
color: #C372EE;
}
</style>
background-color css
<style>
a { background-color: #C372EE; }
a { background-color: rgb(195,114,238); }
div.DivClassName
{
background-color: #C372EE;
}
.BgClassName
{
background-color: #C372EE;
}
</style>
border-color css
<style>
span { border-color: #C372EE; }
span { border-color: rgb(195,114,238); }
td.TdClassName
{
border-color: #C372EE;
}
.TagClassName
{
border-color: #C372EE;
}
</style>