#C38DB1

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

Shades of Lily #C38DB1

Tints of Lily #C38DB1

Color information

#C38DB1 (or 0xC38DB1) is unknown color: approx Lily. HEX triplet: C3, 8D and B1. RGB value is (195,141,177). Sum of RGB (Red+Green+Blue) = 195+141+177=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38DB1 is #3C724E. Grayscale: #A1A1A1. Windows color (decimal): -3961423 or 11636163. OLE color: 11636163.

HSL color Cylindrical-coordinate representation of color #C38DB1: hue angle of 320º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38DB1 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB195141177-
CMYK00.280.090.24
HSL320º31.03%65.88%-
HSV(B)320º27.69%76.47%-
XYZ39.9733.8346.02-
YUV161.25136.89152.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=38.01%
G=27.49%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514117700.280.090.2432031.0365.88
HexC38DB101C9181401f42
Octal303215261034113050037102
Binary110000111000110110110001011100100111000101000000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DB1; }

 p { color: rgb(195,141,177); }

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

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

 a { background-color: rgb(195,141,177); }

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

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

 span { border-color: rgb(195,141,177); }

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