#C28FCC

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

Shades of Lilac #C28FCC

Tints of Lilac #C28FCC

Color information

#C28FCC (or 0xC28FCC) is unknown color: approx Lilac. HEX triplet: C2, 8F and CC. RGB value is (194,143,204). Sum of RGB (Red+Green+Blue) = 194+143+204=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #C28FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FCC is #3D7033. Grayscale: #A5A5A5. Windows color (decimal): -4026420 or 13406146. OLE color: 13406146.

HSL color Cylindrical-coordinate representation of color #C28FCC: hue angle of 290.16º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28FCC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194143204-
CMYK0.050.3000.2
HSL290.16º37.42%68.04%-
HSV(B)290.16º29.9%80%-
XYZ42.9735.4761.71-
YUV165.2149.9148.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=35.86%
G=26.43%
B=37.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941432040.050.3000.2290.1637.4268.04
HexC28FCC51E0141222544
Octal30221731453602444245104
Binary110000101000111111001100101111100101001001000101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FCC; }

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

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

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

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

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

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

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

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