Html Css Color HEX #C3A5BE Lilac

📋 copy color: '#C3A5BE'

red 195 ◦ green 165 ◦ blue 190

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

Shades of Lilac #C3A5BE

Tints of Lilac #C3A5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.55%

R = 35.45%
G = 30%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C3A5BE (or 0xC3A5BE) is known color: Lilac. HEX triplet: C3, A5 and BE. RGB value is (195,165,190). Sum of RGB (Red+Green+Blue) = 195+165+190=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A5BE is #3C5A41. Grayscale: #B0B0B0. Windows color (decimal): -3955266 or 12494275. OLE color: 12494275.

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

Color convert

RGB 195 165 190 -
CMYK 0 0.15 0.03 0.24
HSL 310º 0.2% 0.71% -
HSV(B) 310º 0.15% 0.76% -
XYZ 45.26 42.23 54.48 -
YUV 176.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 195 165 190 0 0.15 0.03 0.24 310 0.2 0.71
Hex C3 A5 BE 0 F 3 18 136 14 47
Octal 303 245 276 0 17 3 30 466 24 107
Binary 11000011 10100101 10111110 0 1111 11 11000 100110110 10100 1000111

Color Harmonies of #C3A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A5BE

Black with #C3A5BE

Text Example


Text Example

White with #C3A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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