Shades of Heliotrope #C378ED
Tints of Heliotrope #C378ED
RGB
CMYK
RGB Variations
Color information
#C378ED (or 0xC378ED) is known color: Heliotrope. HEX triplet: C3, 78 and ED. RGB value is (195,120,237). Sum of RGB (Red+Green+Blue) = 195+120+237=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #C378ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C378ED is #3C8712. Grayscale: #9B9B9B. Windows color (decimal): -3966739 or 15562947. OLE color: 15562947.
HSL color Cylindrical-coordinate representation of color #C378ED: hue angle of 278.46º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C378ED is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 120 | 237 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.07 |
| HSL | 278.46º | 0.76% | 0.7% | - |
| HSV(B) | 278.46º | 0.49% | 0.93% | - |
| XYZ | 44.51 | 31.15 | 83.79 | - |
| YUV | 155.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 237 | 0.18 | 0.49 | 0 | 0.07 | 278.46 | 0.76 | 0.7 |
| Hex | C3 | 78 | ED | 12 | 31 | 0 | 7 | 116 | 4C | 46 |
| Octal | 303 | 170 | 355 | 22 | 61 | 0 | 7 | 426 | 114 | 106 |
| Binary | 11000011 | 1111000 | 11101101 | 10010 | 110001 | 0 | 111 | 100010110 | 1001100 | 1000110 |
Color Harmonies of #C378ED
Complementary color
Monochromatic Colors of #C378ED
Black with #C378ED
Text Example
Text Example
White with #C378ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378ED; }
p { color: rgb(195,120,237); }
H1.HeaderClassName
{
color: #C378ED;
}
.AnyTagClassName
{
color: #C378ED;
}
</style>
background-color css
<style>
a { background-color: #C378ED; }
a { background-color: rgb(195,120,237); }
div.DivClassName
{
background-color: #C378ED;
}
.BgClassName
{
background-color: #C378ED;
}
</style>
border-color css
<style>
span { border-color: #C378ED; }
span { border-color: rgb(195,120,237); }
td.TdClassName
{
border-color: #C378ED;
}
.TagClassName
{
border-color: #C378ED;
}
</style>