Html Css Color HEX #C396B8 Lily

📋 copy color: '#C396B8'

red 195 ◦ green 150 ◦ blue 184

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

Shades of Lily #C396B8

Tints of Lily #C396B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.78%

R = 36.86%
G = 28.36%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C396B8 (or 0xC396B8) is known color: Lily. HEX triplet: C3, 96 and B8. RGB value is (195,150,184). Sum of RGB (Red+Green+Blue) = 195+150+184=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C396B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396B8 is #3C6947. Grayscale: #A7A7A7. Windows color (decimal): -3959112 or 12097219. OLE color: 12097219.

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

Color convert

RGB 195 150 184 -
CMYK 0 0.23 0.06 0.24
HSL 314.67º 0.27% 0.68% -
HSV(B) 314.67º 0.23% 0.76% -
XYZ 42.06 36.88 50.25 -
YUV 167.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 195 150 184 0 0.23 0.06 0.24 314.67 0.27 0.68
Hex C3 96 B8 0 17 6 18 13B 1B 44
Octal 303 226 270 0 27 6 30 473 33 104
Binary 11000011 10010110 10111000 0 10111 110 11000 100111011 11011 1000100

Color Harmonies of #C396B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396B8

Black with #C396B8

Text Example


Text Example

White with #C396B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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