#C28BCB

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

Shades of Lilac #C28BCB

Tints of Lilac #C28BCB

Color information

#C28BCB (or 0xC28BCB) is unknown color: approx Lilac. HEX triplet: C2, 8B and CB. RGB value is (194,139,203). Sum of RGB (Red+Green+Blue) = 194+139+203=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #C28BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BCB is #3D7434. Grayscale: #A2A2A2. Windows color (decimal): -4027445 or 13339586. OLE color: 13339586.

HSL color Cylindrical-coordinate representation of color #C28BCB: hue angle of 291.56º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C28BCB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194139203-
CMYK0.040.3200.20
HSL291.56º38.1%67.06%-
HSV(B)291.56º31.53%79.61%-
XYZ42.2634.2560.88-
YUV162.74150.72150.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=36.19%
G=25.93%
B=37.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941392030.040.3200.20291.5638.167.06
HexC28BCB4200141242643
Octal30221331344002444446103
Binary1100001010001011110010111001000000101001001001001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BCB; }

 p { color: rgb(194,139,203); }

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

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

 a { background-color: rgb(194,139,203); }

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

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

 span { border-color: rgb(194,139,203); }

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