#C287B2

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

Shades of Lily #C287B2

Tints of Lily #C287B2

Color information

#C287B2 (or 0xC287B2) is unknown color: approx Lily. HEX triplet: C2, 87 and B2. RGB value is (194,135,178). Sum of RGB (Red+Green+Blue) = 194+135+178=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C287B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C287B2 is #3D784D. Grayscale: #9D9D9D. Windows color (decimal): -4028494 or 11700162. OLE color: 11700162.

HSL color Cylindrical-coordinate representation of color #C287B2: hue angle of 316.27º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C287B2 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB194135178-
CMYK00.300.080.24
HSL316.27º32.6%64.51%-
HSV(B)316.27º30.41%76.08%-
XYZ38.9532.0146.25-
YUV157.54139.55154-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 135 (53.12% from 255) = 26.63%
BLUE value IS 178 (69.92% from 255) = 35.11%
R=38.26%
G=26.63%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413517800.300.080.24316.2732.664.51
HexC287B201E81813c2141
Octal302207262036103047441101
Binary1100001010000111101100100111101000110001001111001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C287B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C287B2; }

 p { color: rgb(194,135,178); }

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

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

 a { background-color: rgb(194,135,178); }

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

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

 span { border-color: rgb(194,135,178); }

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