Html Css Color HEX #C396C0 Lilac

📋 copy color: '#C396C0'

red 195 ◦ green 150 ◦ blue 192

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

Shades of Lilac #C396C0

Tints of Lilac #C396C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 36.31%
G = 27.93%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C396C0 (or 0xC396C0) is known color: Lilac. HEX triplet: C3, 96 and C0. RGB value is (195,150,192). Sum of RGB (Red+Green+Blue) = 195+150+192=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 195 - color contains mainly: red. Hex color #C396C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396C0 is #3C693F. Grayscale: #A8A8A8. Windows color (decimal): -3959104 or 12621507. OLE color: 12621507.

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

Color convert

RGB 195 150 192 -
CMYK 0 0.23 0.02 0.24
HSL 304º 0.27% 0.68% -
HSV(B) 304º 0.23% 0.76% -
XYZ 42.93 37.22 54.79 -
YUV 168.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 195 150 192 0 0.23 0.02 0.24 304 0.27 0.68
Hex C3 96 C0 0 17 2 18 130 1B 44
Octal 303 226 300 0 27 2 30 460 33 104
Binary 11000011 10010110 11000000 0 10111 10 11000 100110000 11011 1000100

Color Harmonies of #C396C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396C0

Black with #C396C0

Text Example


Text Example

White with #C396C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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