#C38FB0

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

Shades of Lily #C38FB0

Tints of Lily #C38FB0

Color information

#C38FB0 (or 0xC38FB0) is unknown color: approx Lily. HEX triplet: C3, 8F and B0. RGB value is (195,143,176). Sum of RGB (Red+Green+Blue) = 195+143+176=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38FB0 is #3C704F. Grayscale: #A2A2A2. Windows color (decimal): -3960912 or 11571139. OLE color: 11571139.

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

Color convert

RGB195143176-
CMYK00.270.100.24
HSL321.92º30.23%66.27%-
HSV(B)321.92º26.67%76.47%-
XYZ40.1634.3845.59-
YUV162.31135.73151.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 176 (69.14% from 255) = 34.24%
R=37.94%
G=27.82%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514317600.270.100.24321.9230.2366.27
HexC38FB001BA181421e42
Octal303217260033123050236102
Binary110000111000111110110000011011101011000101000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FB0; }

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

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

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

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

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

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

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

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