#C377F6

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

Shades of Heliotrope #C377F6

Tints of Heliotrope #C377F6

Color information

#C377F6 (or 0xC377F6) is unknown color: approx Heliotrope. HEX triplet: C3, 77 and F6. RGB value is (195,119,246). Sum of RGB (Red+Green+Blue) = 195+119+246=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #C377F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C377F6 is #3C8809. Grayscale: #9B9B9B. Windows color (decimal): -3966986 or 16152515. OLE color: 16152515.

HSL color Cylindrical-coordinate representation of color #C377F6: hue angle of 275.91º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C377F6 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB195119246-
CMYK0.210.5200.04
HSL275.91º87.59%71.57%-
HSV(B)275.91º51.63%96.47%-
XYZ45.7431.4590.85-
YUV156.2178.68155.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.82%
GREEN value IS 119 (46.88% from 255) = 21.25%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=34.82%
G=21.25%
B=43.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1951192460.210.5200.04275.9187.5971.57
HexC377F61534041145848
Octal303167366256404424130110
Binary1100001111101111111011010101110100010010001010010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C377F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C377F6; }

 p { color: rgb(195,119,246); }

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

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

 a { background-color: rgb(195,119,246); }

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

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

 span { border-color: rgb(195,119,246); }

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