Shades of Heliotrope #C373EE
Tints of Heliotrope #C373EE
RGB
CMYK
RGB Variations
Color information
#C373EE (or 0xC373EE) is known color: Heliotrope. HEX triplet: C3, 73 and EE. RGB value is (195,115,238). Sum of RGB (Red+Green+Blue) = 195+115+238=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #C373EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C373EE is #3C8C11. Grayscale: #989898. Windows color (decimal): -3968018 or 15627203. OLE color: 15627203.
HSL color Cylindrical-coordinate representation of color #C373EE: hue angle of 279.02º 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 #C373EE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 115 | 238 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.07 |
| HSL | 279.02º | 0.78% | 0.69% | - |
| HSV(B) | 279.02º | 0.52% | 0.93% | - |
| XYZ | 44.07 | 30.04 | 84.36 | - |
| YUV | 152.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 238 | 0.18 | 0.52 | 0 | 0.07 | 279.02 | 0.78 | 0.69 |
| Hex | C3 | 73 | EE | 12 | 34 | 0 | 7 | 117 | 4E | 45 |
| Octal | 303 | 163 | 356 | 22 | 64 | 0 | 7 | 427 | 116 | 105 |
| Binary | 11000011 | 1110011 | 11101110 | 10010 | 110100 | 0 | 111 | 100010111 | 1001110 | 1000101 |
Color Harmonies of #C373EE
Complementary color
Monochromatic Colors of #C373EE
Black with #C373EE
Text Example
Text Example
White with #C373EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373EE; }
p { color: rgb(195,115,238); }
H1.HeaderClassName
{
color: #C373EE;
}
.AnyTagClassName
{
color: #C373EE;
}
</style>
background-color css
<style>
a { background-color: #C373EE; }
a { background-color: rgb(195,115,238); }
div.DivClassName
{
background-color: #C373EE;
}
.BgClassName
{
background-color: #C373EE;
}
</style>
border-color css
<style>
span { border-color: #C373EE; }
span { border-color: rgb(195,115,238); }
td.TdClassName
{
border-color: #C373EE;
}
.TagClassName
{
border-color: #C373EE;
}
</style>