#C284BF

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

Shades of Lilac #C284BF

Tints of Lilac #C284BF

Color information

#C284BF (or 0xC284BF) is unknown color: approx Lilac. HEX triplet: C2, 84 and BF. RGB value is (194,132,191). Sum of RGB (Red+Green+Blue) = 194+132+191=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C284BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C284BF is #3D7B40. Grayscale: #9D9D9D. Windows color (decimal): -4029249 or 12551362. OLE color: 12551362.

HSL color Cylindrical-coordinate representation of color #C284BF: hue angle of 302.9º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C284BF is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194132191-
CMYK00.320.020.24
HSL302.9º33.7%63.92%-
HSV(B)302.9º31.96%76.08%-
XYZ39.931.7353.31-
YUV157.26147.04154.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 191 (75% from 255) = 36.94%
R=37.52%
G=25.53%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413219100.320.020.24302.933.763.92
HexC284BF02021812f2240
Octal30220427704023045742100
Binary110000101000010010111111010000010110001001011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C284BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C284BF; }

 p { color: rgb(194,132,191); }

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

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

 a { background-color: rgb(194,132,191); }

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

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

 span { border-color: rgb(194,132,191); }

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