#C390B6

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

Shades of Lily #C390B6

Tints of Lily #C390B6

Color information

#C390B6 (or 0xC390B6) is unknown color: approx Lily. HEX triplet: C3, 90 and B6. RGB value is (195,144,182). Sum of RGB (Red+Green+Blue) = 195+144+182=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C390B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390B6 is #3C6F49. Grayscale: #A3A3A3. Windows color (decimal): -3960650 or 11964611. OLE color: 11964611.

HSL color Cylindrical-coordinate representation of color #C390B6: hue angle of 315.29º 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 #C390B6 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195144182-
CMYK00.260.070.24
HSL315.29º29.82%66.47%-
HSV(B)315.29º26.15%76.47%-
XYZ40.9234.9348.84-
YUV163.58138.4150.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.43%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=37.43%
G=27.64%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514418200.260.070.24315.2929.8266.47
HexC390B601A71813b1e42
Octal30322026603273047336102
Binary11000011100100001011011001101011111000100111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390B6; }

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

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

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

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

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

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

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

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