Html Css Color HEX #C396BD Lilac

📋 copy color: '#C396BD'

red 195 ◦ green 150 ◦ blue 189

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

Shades of Lilac #C396BD

Tints of Lilac #C396BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.39%

R = 36.52%
G = 28.09%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C396BD (or 0xC396BD) is known color: Lilac. HEX triplet: C3, 96 and BD. RGB value is (195,150,189). Sum of RGB (Red+Green+Blue) = 195+150+189=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C396BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396BD is #3C6942. Grayscale: #A7A7A7. Windows color (decimal): -3959107 or 12424899. OLE color: 12424899.

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

Color convert

RGB 195 150 189 -
CMYK 0 0.23 0.03 0.24
HSL 308º 0.27% 0.68% -
HSV(B) 308º 0.23% 0.76% -
XYZ 42.6 37.09 53.06 -
YUV 167.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 195 150 189 0 0.23 0.03 0.24 308 0.27 0.68
Hex C3 96 BD 0 17 3 18 134 1B 44
Octal 303 226 275 0 27 3 30 464 33 104
Binary 11000011 10010110 10111101 0 10111 11 11000 100110100 11011 1000100

Color Harmonies of #C396BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396BD

Black with #C396BD

Text Example


Text Example

White with #C396BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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