#C28FBC

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

Shades of Lilac #C28FBC

Tints of Lilac #C28FBC

Color information

#C28FBC (or 0xC28FBC) is unknown color: approx Lilac. HEX triplet: C2, 8F and BC. RGB value is (194,143,188). Sum of RGB (Red+Green+Blue) = 194+143+188=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FBC is #3D7043. Grayscale: #A3A3A3. Windows color (decimal): -4026436 or 12357570. OLE color: 12357570.

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

Color convert

RGB194143188-
CMYK00.260.030.24
HSL307.06º29.48%66.08%-
HSV(B)307.06º26.29%76.08%-
XYZ41.1534.7552.11-
YUV163.38141.9149.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=36.95%
G=27.24%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414318800.260.030.24307.0629.4866.08
HexC28FBC01A3181331d42
Octal30221727403233046335102
Binary1100001010001111101111000110101111000100110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FBC; }

 p { color: rgb(194,143,188); }

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

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

 a { background-color: rgb(194,143,188); }

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

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

 span { border-color: rgb(194,143,188); }

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