#C38FB3

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

Shades of Lily #C38FB3

Tints of Lily #C38FB3

Color information

#C38FB3 (or 0xC38FB3) is unknown color: approx Lily. HEX triplet: C3, 8F and B3. RGB value is (195,143,179). Sum of RGB (Red+Green+Blue) = 195+143+179=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FB3 is #3C704C. Grayscale: #A2A2A2. Windows color (decimal): -3960909 or 11767747. OLE color: 11767747.

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

Color convert

RGB195143179-
CMYK00.270.080.24
HSL318.46º30.23%66.27%-
HSV(B)318.46º26.67%76.47%-
XYZ40.4634.547.17-
YUV162.65137.23151.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 179 (70.31% from 255) = 34.62%
R=37.72%
G=27.66%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514317900.270.080.24318.4630.2366.27
HexC38FB301B81813e1e42
Octal303217263033103047636102
Binary110000111000111110110011011011100011000100111110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FB3; }

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

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

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

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

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

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

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

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