Html Css Color HEX #C18CC6 Lilac

📋 copy color: '#C18CC6'

red 193 ◦ green 140 ◦ blue 198

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

Shades of Lilac #C18CC6

Tints of Lilac #C18CC6

RGB

 RED value IS 193 (75.78% from 255) = 36.35%

 GREEN value IS 140 (55.08% from 255) = 26.37%

 BLUE value IS 198 (77.73% from 255) = 37.29%

R = 36.35%
G = 26.37%
B = 37.29%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C18CC6 (or 0xC18CC6) is known color: Lilac. HEX triplet: C1, 8C and C6. RGB value is (193,140,198). Sum of RGB (Red+Green+Blue) = 193+140+198=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #C18CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CC6 is #3E7339. Grayscale: #A2A2A2. Windows color (decimal): -4092730 or 13012161. OLE color: 13012161.

HSL color Cylindrical-coordinate representation of color #C18CC6: hue angle of 294.83º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C18CC6 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 140 198 -
CMYK 0.03 0.29 0 0.22
HSL 294.83º 0.34% 0.66% -
HSV(B) 294.83º 0.29% 0.78% -
XYZ 41.56 34.17 57.83 -
YUV 162.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 193 140 198 0.03 0.29 0 0.22 294.83 0.34 0.66
Hex C1 8C C6 3 1D 0 16 127 22 42
Octal 301 214 306 3 35 0 26 447 42 102
Binary 11000001 10001100 11000110 11 11101 0 10110 100100111 100010 1000010

Color Harmonies of #C18CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18CC6

Black with #C18CC6

Text Example


Text Example

White with #C18CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18CC6; }

 p { color: rgb(193,140,198); }

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

background-color css

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

 a { background-color: rgb(193,140,198); }

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

border-color css

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

 span { border-color: rgb(193,140,198); }

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