#C284AF

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

Shades of Lily #C284AF

Tints of Lily #C284AF

Color information

#C284AF (or 0xC284AF) is unknown color: approx Lily. HEX triplet: C2, 84 and AF. RGB value is (194,132,175). Sum of RGB (Red+Green+Blue) = 194+132+175=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C284AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C284AF is #3D7B50. Grayscale: #9B9B9B. Windows color (decimal): -4029265 or 11502786. OLE color: 11502786.

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

Color convert

RGB194132175-
CMYK00.320.100.24
HSL318.39º33.7%63.92%-
HSV(B)318.39º31.96%76.08%-
XYZ38.2431.0744.54-
YUV155.44139.04155.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=38.72%
G=26.35%
B=34.93%

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
Decimal19413217500.320.100.24318.3933.763.92
HexC284AF020A1813e2240
Octal302204257040123047642100
Binary11000010100001001010111101000001010110001001111101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C284AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C284AF; }

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

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

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

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

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

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

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

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