#C38BB6

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

Shades of Lily #C38BB6

Tints of Lily #C38BB6

Color information

#C38BB6 (or 0xC38BB6) is unknown color: approx Lily. HEX triplet: C3, 8B and B6. RGB value is (195,139,182). Sum of RGB (Red+Green+Blue) = 195+139+182=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BB6 is #3C7449. Grayscale: #A0A0A0. Windows color (decimal): -3961930 or 11963331. OLE color: 11963331.

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

Color convert

RGB195139182-
CMYK00.290.070.24
HSL313.93º31.82%65.49%-
HSV(B)313.93º28.72%76.47%-
XYZ40.1833.4448.59-
YUV160.65140.05152.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 139 (54.69% from 255) = 26.94%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=37.79%
G=26.94%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513918200.290.070.24313.9331.8265.49
HexC38BB601D71813a2041
Octal30321326603573047240101
Binary110000111000101110110110011101111110001001110101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BB6; }

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

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

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

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

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

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

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

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