#C28FAF

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

Shades of Lily #C28FAF

Tints of Lily #C28FAF

Color information

#C28FAF (or 0xC28FAF) is unknown color: approx Lily. HEX triplet: C2, 8F and AF. RGB value is (194,143,175). Sum of RGB (Red+Green+Blue) = 194+143+175=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FAF is #3D7050. Grayscale: #A1A1A1. Windows color (decimal): -4026449 or 11505602. OLE color: 11505602.

HSL color Cylindrical-coordinate representation of color #C28FAF: hue angle of 322.35º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C28FAF is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194143175-
CMYK00.260.100.24
HSL322.35º29.48%66.08%-
HSV(B)322.35º26.29%76.08%-
XYZ39.8134.2145.06-
YUV161.9135.4150.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=37.89%
G=27.93%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414317500.260.100.24322.3529.4866.08
HexC28FAF01AA181421d42
Octal302217257032123050235102
Binary110000101000111110101111011010101011000101000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FAF; }

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

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

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

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

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

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

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

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