Html Css Color HEX #C3A5C0 Lilac

📋 copy color: '#C3A5C0'

red 195 ◦ green 165 ◦ blue 192

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

Shades of Lilac #C3A5C0

Tints of Lilac #C3A5C0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.89%

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

R = 35.33%
G = 29.89%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C3A5C0 (or 0xC3A5C0) is known color: Lilac. HEX triplet: C3, A5 and C0. RGB value is (195,165,192). Sum of RGB (Red+Green+Blue) = 195+165+192=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A5C0 is #3C5A3F. Grayscale: #B0B0B0. Windows color (decimal): -3955264 or 12625347. OLE color: 12625347.

HSL color Cylindrical-coordinate representation of color #C3A5C0: hue angle of 306º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3A5C0 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 165 192 -
CMYK 0 0.15 0.02 0.24
HSL 306º 0.2% 0.71% -
HSV(B) 306º 0.15% 0.76% -
XYZ 45.48 42.32 55.64 -
YUV 177.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 195 165 192 0 0.15 0.02 0.24 306 0.2 0.71
Hex C3 A5 C0 0 F 2 18 132 14 47
Octal 303 245 300 0 17 2 30 462 24 107
Binary 11000011 10100101 11000000 0 1111 10 11000 100110010 10100 1000111

Color Harmonies of #C3A5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A5C0

Black with #C3A5C0

Text Example


Text Example

White with #C3A5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A5C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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