Html Css Color HEX #C396B3 Lily

📋 copy color: '#C396B3'

red 195 ◦ green 150 ◦ blue 179

#C396B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C396B3

Tints of Lily #C396B3

RGB

 RED value IS 195 (76.56% from 255) = 37.21%

 GREEN value IS 150 (58.98% from 255) = 28.63%

 BLUE value IS 179 (70.31% from 255) = 34.16%

R = 37.21%
G = 28.63%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C396B3 (or 0xC396B3) is known color: Lily. HEX triplet: C3, 96 and B3. RGB value is (195,150,179). Sum of RGB (Red+Green+Blue) = 195+150+179=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C396B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396B3 is #3C694C. Grayscale: #A6A6A6. Windows color (decimal): -3959117 or 11769539. OLE color: 11769539.

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

Color convert

RGB 195 150 179 -
CMYK 0 0.23 0.08 0.24
HSL 321.33º 0.27% 0.68% -
HSV(B) 321.33º 0.23% 0.76% -
XYZ 41.55 36.67 47.54 -
YUV 166.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 195 150 179 0 0.23 0.08 0.24 321.33 0.27 0.68
Hex C3 96 B3 0 17 8 18 141 1B 44
Octal 303 226 263 0 27 10 30 501 33 104
Binary 11000011 10010110 10110011 0 10111 1000 11000 101000001 11011 1000100

Color Harmonies of #C396B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396B3

Black with #C396B3

Text Example


Text Example

White with #C396B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396B3; }

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

 H1.HeaderClassName
 {
   color: #C396B3;
 }
 .AnyTagClassName
 {
   color: #C396B3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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