Html Css Color HEX #C396CA Lilac

📋 copy color: '#C396CA'

red 195 ◦ green 150 ◦ blue 202

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

Shades of Lilac #C396CA

Tints of Lilac #C396CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.93%

R = 35.65%
G = 27.42%
B = 36.93%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C396CA (or 0xC396CA) is known color: Lilac. HEX triplet: C3, 96 and CA. RGB value is (195,150,202). Sum of RGB (Red+Green+Blue) = 195+150+202=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #C396CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396CA is #3C6935. Grayscale: #A9A9A9. Windows color (decimal): -3959094 or 13276867. OLE color: 13276867.

HSL color Cylindrical-coordinate representation of color #C396CA: hue angle of 291.92º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C396CA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 150 202 -
CMYK 0.03 0.26 0 0.21
HSL 291.92º 0.33% 0.69% -
HSV(B) 291.92º 0.26% 0.79% -
XYZ 44.07 37.68 60.83 -
YUV 169.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 195 150 202 0.03 0.26 0 0.21 291.92 0.33 0.69
Hex C3 96 CA 3 1A 0 15 124 21 45
Octal 303 226 312 3 32 0 25 444 41 105
Binary 11000011 10010110 11001010 11 11010 0 10101 100100100 100001 1000101

Color Harmonies of #C396CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396CA

Black with #C396CA

Text Example


Text Example

White with #C396CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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