Shades of Heliotrope #C373EF
Tints of Heliotrope #C373EF
RGB
CMYK
RGB Variations
Color information
#C373EF (or 0xC373EF) is known color: Heliotrope. HEX triplet: C3, 73 and EF. RGB value is (195,115,239). Sum of RGB (Red+Green+Blue) = 195+115+239=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #C373EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C373EF is #3C8C10. Grayscale: #989898. Windows color (decimal): -3968017 or 15692739. OLE color: 15692739.
HSL color Cylindrical-coordinate representation of color #C373EF: hue angle of 278.71º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C373EF is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 115 | 239 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.06 |
| HSL | 278.71º | 0.79% | 0.69% | - |
| HSV(B) | 278.71º | 0.52% | 0.94% | - |
| XYZ | 44.22 | 30.1 | 85.14 | - |
| YUV | 153.06 | 176.5 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 239 | 0.18 | 0.52 | 0 | 0.06 | 278.71 | 0.79 | 0.69 |
| Hex | C3 | 73 | EF | 12 | 34 | 0 | 6 | 117 | 4F | 45 |
| Octal | 303 | 163 | 357 | 22 | 64 | 0 | 6 | 427 | 117 | 105 |
| Binary | 11000011 | 1110011 | 11101111 | 10010 | 110100 | 0 | 110 | 100010111 | 1001111 | 1000101 |
Color Harmonies of #C373EF
Complementary color
Monochromatic Colors of #C373EF
Black with #C373EF
Text Example
Text Example
White with #C373EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373EF; }
p { color: rgb(195,115,239); }
H1.HeaderClassName
{
color: #C373EF;
}
.AnyTagClassName
{
color: #C373EF;
}
</style>
background-color css
<style>
a { background-color: #C373EF; }
a { background-color: rgb(195,115,239); }
div.DivClassName
{
background-color: #C373EF;
}
.BgClassName
{
background-color: #C373EF;
}
</style>
border-color css
<style>
span { border-color: #C373EF; }
span { border-color: rgb(195,115,239); }
td.TdClassName
{
border-color: #C373EF;
}
.TagClassName
{
border-color: #C373EF;
}
</style>