#C182CC

Color #C182CC Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C182CC

Tints of Lilac #C182CC

Color information

#C182CC (or 0xC182CC) is unknown color: approx Lilac. HEX triplet: C1, 82 and CC. RGB value is (193,130,204). Sum of RGB (Red+Green+Blue) = 193+130+204=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #C182CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182CC is #3E7D33. Grayscale: #9D9D9D. Windows color (decimal): -4095284 or 13402817. OLE color: 13402817.

HSL color Cylindrical-coordinate representation of color #C182CC: hue angle of 291.08º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C182CC is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193130204-
CMYK0.050.3600.2
HSL291.08º42.05%65.49%-
HSV(B)291.08º36.27%80%-
XYZ40.8731.6661.08-
YUV157.27154.37153.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=36.62%
G=24.67%
B=38.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931302040.050.3600.2291.0842.0565.49
HexC182CC5240141232a41
Octal30120231454402444352101
Binary1100000110000010110011001011001000101001001000111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C182CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C182CC; }

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

 H1.HeaderClassName
 {
   color: #C182CC;
 }
 .AnyTagClassName
 {
   color: #C182CC;
 }
</style>
background-color css

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

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

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

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

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

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