#C38AB5

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

Shades of Lily #C38AB5

Tints of Lily #C38AB5

Color information

#C38AB5 (or 0xC38AB5) is unknown color: approx Lily. HEX triplet: C3, 8A and B5. RGB value is (195,138,181). Sum of RGB (Red+Green+Blue) = 195+138+181=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AB5 is #3C754A. Grayscale: #9F9F9F. Windows color (decimal): -3962187 or 11897539. OLE color: 11897539.

HSL color Cylindrical-coordinate representation of color #C38AB5: hue angle of 314.74º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38AB5 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195138181-
CMYK00.290.070.24
HSL314.74º32.2%65.29%-
HSV(B)314.74º29.23%76.47%-
XYZ39.9333.1248-
YUV159.94139.88153-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 181 (71.09% from 255) = 35.21%
R=37.94%
G=26.85%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513818100.290.070.24314.7432.265.29
HexC38AB501D71813b2041
Octal30321226503573047340101
Binary110000111000101010110101011101111110001001110111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AB5; }

 p { color: rgb(195,138,181); }

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

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

 a { background-color: rgb(195,138,181); }

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

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

 span { border-color: rgb(195,138,181); }

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