Html Css Color HEX #C6A3CE Lilac

📋 copy color: '#C6A3CE'

red 198 ◦ green 163 ◦ blue 206

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

Shades of Lilac #C6A3CE

Tints of Lilac #C6A3CE

RGB

 RED value IS 198 (77.73% from 255) = 34.92%

 GREEN value IS 163 (64.06% from 255) = 28.75%

 BLUE value IS 206 (80.86% from 255) = 36.33%

R = 34.92%
G = 28.75%
B = 36.33%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6A3CE (or 0xC6A3CE) is known color: Lilac. HEX triplet: C6, A3 and CE. RGB value is (198,163,206). Sum of RGB (Red+Green+Blue) = 198+163+206=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6A3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A3CE is #395C31. Grayscale: #B2B2B2. Windows color (decimal): -3759154 or 13542342. OLE color: 13542342.

HSL color Cylindrical-coordinate representation of color #C6A3CE: hue angle of 288.84º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6A3CE is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 163 206 -
CMYK 0.04 0.21 0 0.19
HSL 288.84º 0.3% 0.72% -
HSV(B) 288.84º 0.21% 0.81% -
XYZ 47.53 42.66 64.12 -
YUV 178.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 198 163 206 0.04 0.21 0 0.19 288.84 0.3 0.72
Hex C6 A3 CE 4 15 0 13 121 1E 48
Octal 306 243 316 4 25 0 23 441 36 110
Binary 11000110 10100011 11001110 100 10101 0 10011 100100001 11110 1001000

Color Harmonies of #C6A3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A3CE

Black with #C6A3CE

Text Example


Text Example

White with #C6A3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A3CE; }

 p { color: rgb(198,163,206); }

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

background-color css

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

 a { background-color: rgb(198,163,206); }

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

border-color css

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

 span { border-color: rgb(198,163,206); }

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