#C795CB

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

Shades of Lilac #C795CB

Tints of Lilac #C795CB

Color information

#C795CB (or 0xC795CB) is unknown color: approx Lilac. HEX triplet: C7, 95 and CB. RGB value is (199,149,203). Sum of RGB (Red+Green+Blue) = 199+149+203=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #C795CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C795CB is #386A34. Grayscale: #A9A9A9. Windows color (decimal): -3697205 or 13342151. OLE color: 13342151.

HSL color Cylindrical-coordinate representation of color #C795CB: hue angle of 295.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C795CB is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199149203-
CMYK0.020.2700.20
HSL295.56º34.18%69.02%-
HSV(B)295.56º26.6%79.61%-
XYZ45.0837.9561.45-
YUV170.11146.56148.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.12%
GREEN value IS 149 (58.59% from 255) = 27.04%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=36.12%
G=27.04%
B=36.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991492030.020.2700.20295.5634.1869.02
HexC795CB21B0141282245
Octal30722531323302445042105
Binary11000111100101011100101110110110101001001010001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C795CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C795CB; }

 p { color: rgb(199,149,203); }

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

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

 a { background-color: rgb(199,149,203); }

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

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

 span { border-color: rgb(199,149,203); }

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