#C182CB

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

Shades of Lilac #C182CB

Tints of Lilac #C182CB

Color information

#C182CB (or 0xC182CB) is unknown color: approx Lilac. HEX triplet: C1, 82 and CB. RGB value is (193,130,203). Sum of RGB (Red+Green+Blue) = 193+130+203=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #C182CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182CB is #3E7D34. Grayscale: #9C9C9C. Windows color (decimal): -4095285 or 13337281. OLE color: 13337281.

HSL color Cylindrical-coordinate representation of color #C182CB: hue angle of 291.78º degrees, saturation: 0.41, 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 #C182CB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193130203-
CMYK0.050.3600.20
HSL291.78º41.24%65.29%-
HSV(B)291.78º35.96%79.61%-
XYZ40.7531.6160.45-
YUV157.16153.87153.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=36.69%
G=24.71%
B=38.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931302030.050.3600.20291.7841.2465.29
HexC182CB5240141242941
Octal30120231354402444451101
Binary1100000110000010110010111011001000101001001001001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C182CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C182CB; }

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

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

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

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

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

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

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

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