#C282AE

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

Shades of Lily #C282AE

Tints of Lily #C282AE

Color information

#C282AE (or 0xC282AE) is unknown color: approx Lily. HEX triplet: C2, 82 and AE. RGB value is (194,130,174). Sum of RGB (Red+Green+Blue) = 194+130+174=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C282AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C282AE is #3D7D51. Grayscale: #9A9A9A. Windows color (decimal): -4029778 or 11436738. OLE color: 11436738.

HSL color Cylindrical-coordinate representation of color #C282AE: hue angle of 318.75º 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 #C282AE is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194130174-
CMYK00.330.100.24
HSL318.75º34.41%63.53%-
HSV(B)318.75º32.99%76.08%-
XYZ37.8730.4943.93-
YUV154.15139.2156.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=38.96%
G=26.10%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413017400.330.100.24318.7534.4163.53
HexC282AE021A1813f2240
Octal302202256041123047742100
Binary11000010100000101010111001000011010110001001111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C282AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C282AE; }

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

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

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

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

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

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

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

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