#C38FB6

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

Shades of Lily #C38FB6

Tints of Lily #C38FB6

Color information

#C38FB6 (or 0xC38FB6) is unknown color: approx Lily. HEX triplet: C3, 8F and B6. RGB value is (195,143,182). Sum of RGB (Red+Green+Blue) = 195+143+182=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FB6 is #3C7049. Grayscale: #A2A2A2. Windows color (decimal): -3960906 or 11964355. OLE color: 11964355.

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

Color convert

RGB195143182-
CMYK00.270.070.24
HSL315º30.23%66.27%-
HSV(B)315º26.67%76.47%-
XYZ40.7734.6248.79-
YUV162.99138.73150.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 182 (71.48% from 255) = 35%
R=37.5%
G=27.5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514318200.270.070.2431530.2366.27
HexC38FB601B71813b1e42
Octal30321726603373047336102
Binary11000011100011111011011001101111111000100111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FB6; }

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

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

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

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

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

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

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

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