Shades of Heliotrope #C380FA
Tints of Heliotrope #C380FA
RGB
CMYK
RGB Variations
Color information
#C380FA (or 0xC380FA) is known color: Heliotrope. HEX triplet: C3, 80 and FA. RGB value is (195,128,250). Sum of RGB (Red+Green+Blue) = 195+128+250=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #C380FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C380FA is #3C7F05. Grayscale: #A1A1A1. Windows color (decimal): -3964678 or 16416963. OLE color: 16416963.
HSL color Cylindrical-coordinate representation of color #C380FA: hue angle of 272.95º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C380FA is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 128 | 250 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.02 |
| HSL | 272.95º | 0.92% | 0.74% | - |
| HSV(B) | 272.95º | 0.49% | 0.98% | - |
| XYZ | 47.48 | 33.94 | 94.49 | - |
| YUV | 161.94 | 177.7 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 250 | 0.22 | 0.49 | 0 | 0.02 | 272.95 | 0.92 | 0.74 |
| Hex | C3 | 80 | FA | 16 | 31 | 0 | 2 | 111 | 5C | 4A |
| Octal | 303 | 200 | 372 | 26 | 61 | 0 | 2 | 421 | 134 | 112 |
| Binary | 11000011 | 10000000 | 11111010 | 10110 | 110001 | 0 | 10 | 100010001 | 1011100 | 1001010 |
Color Harmonies of #C380FA
Complementary color
Monochromatic Colors of #C380FA
Black with #C380FA
Text Example
Text Example
White with #C380FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380FA; }
p { color: rgb(195,128,250); }
H1.HeaderClassName
{
color: #C380FA;
}
.AnyTagClassName
{
color: #C380FA;
}
</style>
background-color css
<style>
a { background-color: #C380FA; }
a { background-color: rgb(195,128,250); }
div.DivClassName
{
background-color: #C380FA;
}
.BgClassName
{
background-color: #C380FA;
}
</style>
border-color css
<style>
span { border-color: #C380FA; }
span { border-color: rgb(195,128,250); }
td.TdClassName
{
border-color: #C380FA;
}
.TagClassName
{
border-color: #C380FA;
}
</style>