#C38BAD

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

Shades of Lily #C38BAD

Tints of Lily #C38BAD

Color information

#C38BAD (or 0xC38BAD) is unknown color: approx Lily. HEX triplet: C3, 8B and AD. RGB value is (195,139,173). Sum of RGB (Red+Green+Blue) = 195+139+173=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BAD is #3C7452. Grayscale: #9F9F9F. Windows color (decimal): -3961939 or 11373507. OLE color: 11373507.

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

Color convert

RGB195139173-
CMYK00.290.110.24
HSL323.57º31.82%65.49%-
HSV(B)323.57º28.72%76.47%-
XYZ39.2833.0843.85-
YUV159.62135.55153.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.46%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=38.46%
G=27.42%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513917300.290.110.24323.5731.8265.49
HexC38BAD01DB181442041
Octal303213255035133050440101
Binary1100001110001011101011010111011011110001010001001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BAD; }

 p { color: rgb(195,139,173); }

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

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

 a { background-color: rgb(195,139,173); }

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

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

 span { border-color: rgb(195,139,173); }

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