#C282BF

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

Shades of Lilac #C282BF

Tints of Lilac #C282BF

Color information

#C282BF (or 0xC282BF) is unknown color: approx Lilac. HEX triplet: C2, 82 and BF. RGB value is (194,130,191). Sum of RGB (Red+Green+Blue) = 194+130+191=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C282BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282BF is #3D7D40. Grayscale: #9B9B9B. Windows color (decimal): -4029761 or 12550850. OLE color: 12550850.

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

Color convert

RGB194130191-
CMYK00.330.020.24
HSL302.81º34.41%63.53%-
HSV(B)302.81º32.99%76.08%-
XYZ39.6331.253.22-
YUV156.09147.7155.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.67%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 191 (75% from 255) = 37.09%
R=37.67%
G=25.24%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413019100.330.020.24302.8134.4163.53
HexC282BF02121812f2240
Octal30220227704123045742100
Binary110000101000001010111111010000110110001001011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C282BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C282BF; }

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

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

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

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

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

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

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

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