#C38CA8

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

Shades of Lily #C38CA8

Tints of Lily #C38CA8

Color information

#C38CA8 (or 0xC38CA8) is unknown color: approx Lily. HEX triplet: C3, 8C and A8. RGB value is (195,140,168). Sum of RGB (Red+Green+Blue) = 195+140+168=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38CA8 is #3C7357. Grayscale: #9F9F9F. Windows color (decimal): -3961688 or 11046083. OLE color: 11046083.

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

Color convert

RGB195140168-
CMYK00.280.140.24
HSL329.45º31.43%65.69%-
HSV(B)329.45º28.21%76.47%-
XYZ38.9533.1941.4-
YUV159.64132.72153.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 168 (66.02% from 255) = 33.40%
R=38.77%
G=27.83%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514016800.280.140.24329.4531.4365.69
HexC38CA801CE181491f42
Octal303214250034163051137102
Binary110000111000110010101000011100111011000101001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CA8; }

 p { color: rgb(195,140,168); }

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

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

 a { background-color: rgb(195,140,168); }

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

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

 span { border-color: rgb(195,140,168); }

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