Shades of Heliotrope #C380FC
Tints of Heliotrope #C380FC
RGB
CMYK
RGB Variations
Color information
#C380FC (or 0xC380FC) is known color: Heliotrope. HEX triplet: C3, 80 and FC. RGB value is (195,128,252). Sum of RGB (Red+Green+Blue) = 195+128+252=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #C380FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C380FC is #3C7F03. Grayscale: #A1A1A1. Windows color (decimal): -3964676 or 16548035. OLE color: 16548035.
HSL color Cylindrical-coordinate representation of color #C380FC: hue angle of 272.42º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C380FC is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 128 | 252 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.01 |
| HSL | 272.42º | 0.95% | 0.75% | - |
| HSV(B) | 272.42º | 0.49% | 0.99% | - |
| XYZ | 47.8 | 34.07 | 96.15 | - |
| YUV | 162.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 252 | 0.23 | 0.49 | 0 | 0.01 | 272.42 | 0.95 | 0.75 |
| Hex | C3 | 80 | FC | 17 | 31 | 0 | 1 | 110 | 5F | 4B |
| Octal | 303 | 200 | 374 | 27 | 61 | 0 | 1 | 420 | 137 | 113 |
| Binary | 11000011 | 10000000 | 11111100 | 10111 | 110001 | 0 | 1 | 100010000 | 1011111 | 1001011 |
Color Harmonies of #C380FC
Complementary color
Monochromatic Colors of #C380FC
Black with #C380FC
Text Example
Text Example
White with #C380FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380FC; }
p { color: rgb(195,128,252); }
H1.HeaderClassName
{
color: #C380FC;
}
.AnyTagClassName
{
color: #C380FC;
}
</style>
background-color css
<style>
a { background-color: #C380FC; }
a { background-color: rgb(195,128,252); }
div.DivClassName
{
background-color: #C380FC;
}
.BgClassName
{
background-color: #C380FC;
}
</style>
border-color css
<style>
span { border-color: #C380FC; }
span { border-color: rgb(195,128,252); }
td.TdClassName
{
border-color: #C380FC;
}
.TagClassName
{
border-color: #C380FC;
}
</style>