#C390B0

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

Shades of Lily #C390B0

Tints of Lily #C390B0

Color information

#C390B0 (or 0xC390B0) is unknown color: approx Lily. HEX triplet: C3, 90 and B0. RGB value is (195,144,176). Sum of RGB (Red+Green+Blue) = 195+144+176=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C390B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C390B0 is #3C6F4F. Grayscale: #A2A2A2. Windows color (decimal): -3960656 or 11571395. OLE color: 11571395.

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

Color convert

RGB195144176-
CMYK00.260.100.24
HSL322.35º29.82%66.47%-
HSV(B)322.35º26.15%76.47%-
XYZ40.3234.6845.64-
YUV162.9135.4150.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 176 (69.14% from 255) = 34.17%
R=37.86%
G=27.96%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514417600.260.100.24322.3529.8266.47
HexC390B001AA181421e42
Octal303220260032123050236102
Binary110000111001000010110000011010101011000101000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390B0; }

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

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

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

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

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

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

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

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