#C39BB4

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

Shades of Lily #C39BB4

Tints of Lily #C39BB4

Color information

#C39BB4 (or 0xC39BB4) is unknown color: approx Lily. HEX triplet: C3, 9B and B4. RGB value is (195,155,180). Sum of RGB (Red+Green+Blue) = 195+155+180=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BB4 is #3C644B. Grayscale: #A9A9A9. Windows color (decimal): -3957836 or 11836355. OLE color: 11836355.

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

Color convert

RGB195155180-
CMYK00.210.080.24
HSL322.5º25%68.63%-
HSV(B)322.5º20.51%76.47%-
XYZ42.4738.3448.34-
YUV169.81133.75145.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=36.79%
G=29.25%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515518000.210.080.24322.52568.63
HexC39BB40158181421945
Octal303233264025103050231105
Binary110000111001101110110100010101100011000101000010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39BB4; }

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

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

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

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

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

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

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

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