#C38FA8

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

Shades of Lily #C38FA8

Tints of Lily #C38FA8

Color information

#C38FA8 (or 0xC38FA8) is unknown color: approx Lily. HEX triplet: C3, 8F and A8. RGB value is (195,143,168). Sum of RGB (Red+Green+Blue) = 195+143+168=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38FA8 is #3C7057. Grayscale: #A1A1A1. Windows color (decimal): -3960920 or 11046851. OLE color: 11046851.

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

Color convert

RGB195143168-
CMYK00.270.140.24
HSL331.15º30.23%66.27%-
HSV(B)331.15º26.67%76.47%-
XYZ39.434.0741.55-
YUV161.4131.73151.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 168 (66.02% from 255) = 33.20%
R=38.54%
G=28.26%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514316800.270.140.24331.1530.2366.27
HexC38FA801BE1814b1e42
Octal303217250033163051336102
Binary110000111000111110101000011011111011000101001011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FA8; }

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

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

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

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

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

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

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

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