#C28ABD

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

Shades of Lilac #C28ABD

Tints of Lilac #C28ABD

Color information

#C28ABD (or 0xC28ABD) is unknown color: approx Lilac. HEX triplet: C2, 8A and BD. RGB value is (194,138,189). Sum of RGB (Red+Green+Blue) = 194+138+189=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C28ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ABD is #3D7542. Grayscale: #A0A0A0. Windows color (decimal): -4027715 or 12421826. OLE color: 12421826.

HSL color Cylindrical-coordinate representation of color #C28ABD: hue angle of 305.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28ABD is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194138189-
CMYK00.290.030.24
HSL305.36º31.46%65.1%-
HSV(B)305.36º28.87%76.08%-
XYZ40.5233.3252.44-
YUV160.56144.05151.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 189 (74.22% from 255) = 36.28%
R=37.24%
G=26.49%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413818900.290.030.24305.3631.4665.1
HexC28ABD01D3181311f41
Octal30221227503533046137101
Binary1100001010001010101111010111011111000100110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28ABD; }

 p { color: rgb(194,138,189); }

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

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

 a { background-color: rgb(194,138,189); }

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

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

 span { border-color: rgb(194,138,189); }

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