Html Css Color HEX #C180C0 Lilac

📋 copy color: '#C180C0'

red 193 ◦ green 128 ◦ blue 192

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

Shades of Lilac #C180C0

Tints of Lilac #C180C0

RGB

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

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

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

R = 37.62%
G = 24.95%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C180C0 (or 0xC180C0) is known color: Lilac. HEX triplet: C1, 80 and C0. RGB value is (193,128,192). Sum of RGB (Red+Green+Blue) = 193+128+192=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C180C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180C0 is #3E7F3F. Grayscale: #9A9A9A. Windows color (decimal): -4095808 or 12615873. OLE color: 12615873.

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

Color convert

RGB 193 128 192 -
CMYK 0 0.34 0.01 0.24
HSL 300.92º 0.34% 0.63% -
HSV(B) 300.92º 0.34% 0.76% -
XYZ 39.23 30.58 53.7 -
YUV 154.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 193 128 192 0 0.34 0.01 0.24 300.92 0.34 0.63
Hex C1 80 C0 0 22 1 18 12D 22 3F
Octal 301 200 300 0 42 1 30 455 42 77
Binary 11000001 10000000 11000000 0 100010 1 11000 100101101 100010 111111

Color Harmonies of #C180C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C180C0

Black with #C180C0

Text Example


Text Example

White with #C180C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C180C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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