#C396B7

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

Shades of Lily #C396B7

Tints of Lily #C396B7

Color information

#C396B7 (or 0xC396B7) is unknown color: approx Lily. HEX triplet: C3, 96 and B7. RGB value is (195,150,183). Sum of RGB (Red+Green+Blue) = 195+150+183=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C396B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396B7 is #3C6948. Grayscale: #A7A7A7. Windows color (decimal): -3959113 or 12031683. OLE color: 12031683.

HSL color Cylindrical-coordinate representation of color #C396B7: hue angle of 316º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C396B7 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB195150183-
CMYK00.230.060.24
HSL316º27.27%67.65%-
HSV(B)316º23.08%76.47%-
XYZ41.9636.8349.7-
YUV167.22136.91147.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 183 (71.88% from 255) = 34.66%
R=36.93%
G=28.41%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515018300.230.060.2431627.2767.65
HexC396B701761813c1b44
Octal30322626702763047433104
Binary11000011100101101011011101011111011000100111100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396B7; }

 p { color: rgb(195,150,183); }

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

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

 a { background-color: rgb(195,150,183); }

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

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

 span { border-color: rgb(195,150,183); }

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