#C283AE

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

Shades of Lily #C283AE

Tints of Lily #C283AE

Color information

#C283AE (or 0xC283AE) is unknown color: approx Lily. HEX triplet: C2, 83 and AE. RGB value is (194,131,174). Sum of RGB (Red+Green+Blue) = 194+131+174=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C283AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C283AE is #3D7C51. Grayscale: #9A9A9A. Windows color (decimal): -4029522 or 11436994. OLE color: 11436994.

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

Color convert

RGB194131174-
CMYK00.320.100.24
HSL319.05º34.05%63.73%-
HSV(B)319.05º32.47%76.08%-
XYZ3830.7643.98-
YUV154.74138.87156-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=38.88%
G=26.25%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413117400.320.100.24319.0534.0563.73
HexC283AE020A1813f2240
Octal302203256040123047742100
Binary11000010100000111010111001000001010110001001111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C283AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C283AE; }

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

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

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

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

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

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

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

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