#c390b4

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

Shades of Lily #C390B4

Tints of Lily #C390B4

Color information

#C390B4 (or 0xC390B4) is unknown color: approx Lily. HEX triplet: C3, 90 and B4. RGB value is (195,144,180). Sum of RGB (Red+Green+Blue) = 195+144+180=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C390B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390B4 is #3C6F4B. Grayscale: #A3A3A3. Windows color (decimal): -3960652 or 11833539. OLE color: 11833539.

HSL color Cylindrical-coordinate representation of color #C390B4: hue angle of 317.65º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C390B4 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB195144180-
CMYK00.260.080.24
HSL317.65º29.82%66.47%-
HSV(B)317.65º26.15%76.47%-
XYZ40.7234.8447.76-
YUV163.35137.4150.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=37.57%
G=27.75%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514418000.260.080.24317.6529.8266.47
HexC390B401A81813e1e42
Octal303220264032103047636102
Binary110000111001000010110100011010100011000100111110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c390b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c390b4; }

 p { color: rgb(195,144,180); }

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

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

 a { background-color: rgb(195,144,180); }

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

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

 span { border-color: rgb(195,144,180); }

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