#C386F9

Color #C386F9 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C386F9

Tints of Heliotrope #C386F9

Color information

#C386F9 (or 0xC386F9) is unknown color: approx Heliotrope. HEX triplet: C3, 86 and F9. RGB value is (195,134,249). Sum of RGB (Red+Green+Blue) = 195+134+249=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #C386F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C386F9 is #3C7906. Grayscale: #A4A4A4. Windows color (decimal): -3963143 or 16352963. OLE color: 16352963.

HSL color Cylindrical-coordinate representation of color #C386F9: hue angle of 271.83º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C386F9 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195134249-
CMYK0.220.4600.02
HSL271.83º90.55%75.1%-
HSV(B)271.83º46.18%97.65%-
XYZ48.1335.4993.94-
YUV165.35175.21149.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 33.74%
GREEN value IS 134 (52.73% from 255) = 23.18%
BLUE value IS 249 (97.66% from 255) = 43.08%
R=33.74%
G=23.18%
B=43.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951342490.220.4600.02271.8390.5575.1
HexC386F9162E021105b4b
Octal303206371265602420133113
Binary1100001110000110111110011011010111001010001000010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386F9; }

 p { color: rgb(195,134,249); }

 H1.HeaderClassName
 {
   color: #C386F9;
 }
 .AnyTagClassName
 {
   color: #C386F9;
 }
</style>
background-color css

<style>
 a { background-color: #C386F9; }

 a { background-color: rgb(195,134,249); }

 div.DivClassName
 {
   background-color: #C386F9;
 }
 .BgClassName
 {
   background-color: #C386F9;
 }
</style>
border-color css

<style>
 span { border-color: #C386F9; }

 span { border-color: rgb(195,134,249); }

 td.TdClassName
 {
   border-color: #C386F9;
 }
 .TagClassName
 {
   border-color: #C386F9;
 }
</style>