Shades of Heliotrope #C375ED
Tints of Heliotrope #C375ED
RGB
CMYK
RGB Variations
Color information
#C375ED (or 0xC375ED) is known color: Heliotrope. HEX triplet: C3, 75 and ED. RGB value is (195,117,237). Sum of RGB (Red+Green+Blue) = 195+117+237=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #C375ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375ED is #3C8A12. Grayscale: #999999. Windows color (decimal): -3967507 or 15562179. OLE color: 15562179.
HSL color Cylindrical-coordinate representation of color #C375ED: hue angle of 279º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C375ED is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 117 | 237 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.07 |
| HSL | 279º | 0.77% | 0.69% | - |
| HSV(B) | 279º | 0.51% | 0.93% | - |
| XYZ | 44.15 | 30.44 | 83.67 | - |
| YUV | 154 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 237 | 0.18 | 0.51 | 0 | 0.07 | 279 | 0.77 | 0.69 |
| Hex | C3 | 75 | ED | 12 | 33 | 0 | 7 | 117 | 4D | 45 |
| Octal | 303 | 165 | 355 | 22 | 63 | 0 | 7 | 427 | 115 | 105 |
| Binary | 11000011 | 1110101 | 11101101 | 10010 | 110011 | 0 | 111 | 100010111 | 1001101 | 1000101 |
Color Harmonies of #C375ED
Complementary color
Monochromatic Colors of #C375ED
Black with #C375ED
Text Example
Text Example
White with #C375ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C375ED; }
p { color: rgb(195,117,237); }
H1.HeaderClassName
{
color: #C375ED;
}
.AnyTagClassName
{
color: #C375ED;
}
</style>
background-color css
<style>
a { background-color: #C375ED; }
a { background-color: rgb(195,117,237); }
div.DivClassName
{
background-color: #C375ED;
}
.BgClassName
{
background-color: #C375ED;
}
</style>
border-color css
<style>
span { border-color: #C375ED; }
span { border-color: rgb(195,117,237); }
td.TdClassName
{
border-color: #C375ED;
}
.TagClassName
{
border-color: #C375ED;
}
</style>