#C38FAA

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

Shades of Lily #C38FAA

Tints of Lily #C38FAA

Color information

#C38FAA (or 0xC38FAA) is unknown color: approx Lily. HEX triplet: C3, 8F and AA. RGB value is (195,143,170). Sum of RGB (Red+Green+Blue) = 195+143+170=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38FAA is #3C7055. Grayscale: #A1A1A1. Windows color (decimal): -3960918 or 11177923. OLE color: 11177923.

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

Color convert

RGB195143170-
CMYK00.270.130.24
HSL328.85º30.23%66.27%-
HSV(B)328.85º26.67%76.47%-
XYZ39.5834.1542.54-
YUV161.63132.73151.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 143 (56.25% from 255) = 28.15%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=38.39%
G=28.15%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514317000.270.130.24328.8530.2366.27
HexC38FAA01BD181491e42
Octal303217252033153051136102
Binary110000111000111110101010011011110111000101001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FAA; }

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

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

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

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

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

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

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

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