Html Css Color HEX #C182C2 Lilac

📋 copy color: '#C182C2'

red 193 ◦ green 130 ◦ blue 194

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

Shades of Lilac #C182C2

Tints of Lilac #C182C2

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.15%

 BLUE value IS 194 (76.17% from 255) = 37.52%

R = 37.33%
G = 25.15%
B = 37.52%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C182C2 (or 0xC182C2) is known color: Lilac. HEX triplet: C1, 82 and C2. RGB value is (193,130,194). Sum of RGB (Red+Green+Blue) = 193+130+194=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #C182C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182C2 is #3E7D3D. Grayscale: #9B9B9B. Windows color (decimal): -4095294 or 12747457. OLE color: 12747457.

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

Color convert

RGB 193 130 194 -
CMYK 0.01 0.33 0 0.24
HSL 299.06º 0.34% 0.64% -
HSV(B) 299.06º 0.33% 0.76% -
XYZ 39.71 31.2 54.97 -
YUV 156.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 193 130 194 0.01 0.33 0 0.24 299.06 0.34 0.64
Hex C1 82 C2 1 21 0 18 12B 22 40
Octal 301 202 302 1 41 0 30 453 42 100
Binary 11000001 10000010 11000010 1 100001 0 11000 100101011 100010 1000000

Color Harmonies of #C182C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C182C2

Black with #C182C2

Text Example


Text Example

White with #C182C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C182C2; }

 p { color: rgb(193,130,194); }

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

background-color css

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

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

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

border-color css

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

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

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