Html Css Color HEX #C180C1 Lilac

📋 copy color: '#C180C1'

red 193 ◦ green 128 ◦ blue 193

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

Shades of Lilac #C180C1

Tints of Lilac #C180C1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.9%

 BLUE value IS 193 (75.78% from 255) = 37.55%

R = 37.55%
G = 24.9%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C180C1 (or 0xC180C1) is known color: Lilac. HEX triplet: C1, 80 and C1. RGB value is (193,128,193). Sum of RGB (Red+Green+Blue) = 193+128+193=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C180C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180C1 is #3E7F3E. Grayscale: #9A9A9A. Windows color (decimal): -4095807 or 12681409. OLE color: 12681409.

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

Color convert

RGB 193 128 193 -
CMYK 0 0.34 0 0.24
HSL 300º 0.34% 0.63% -
HSV(B) 300º 0.34% 0.76% -
XYZ 39.34 30.63 54.29 -
YUV 154.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 193 128 193 0 0.34 0 0.24 300 0.34 0.63
Hex C1 80 C1 0 22 0 18 12C 22 3F
Octal 301 200 301 0 42 0 30 454 42 77
Binary 11000001 10000000 11000001 0 100010 0 11000 100101100 100010 111111

Color Harmonies of #C180C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C180C1

Black with #C180C1

Text Example


Text Example

White with #C180C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C180C1; }

 p { color: rgb(193,128,193); }

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

background-color css

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

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

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

border-color css

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

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

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