#C390B2

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

Shades of Lily #C390B2

Tints of Lily #C390B2

Color information

#C390B2 (or 0xC390B2) is unknown color: approx Lily. HEX triplet: C3, 90 and B2. RGB value is (195,144,178). Sum of RGB (Red+Green+Blue) = 195+144+178=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C390B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C390B2 is #3C6F4D. Grayscale: #A3A3A3. Windows color (decimal): -3960654 or 11702467. OLE color: 11702467.

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

Color convert

RGB195144178-
CMYK00.260.090.24
HSL320º29.82%66.47%-
HSV(B)320º26.15%76.47%-
XYZ40.5134.7646.69-
YUV163.12136.4150.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 178 (69.92% from 255) = 34.43%
R=37.72%
G=27.85%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514417800.260.090.2432029.8266.47
HexC390B201A9181401e42
Octal303220262032113050036102
Binary110000111001000010110010011010100111000101000000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390B2; }

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

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

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

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

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

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

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

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