#C28FAA

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

Shades of Lily #C28FAA

Tints of Lily #C28FAA

Color information

#C28FAA (or 0xC28FAA) is unknown color: approx Lily. HEX triplet: C2, 8F and AA. RGB value is (194,143,170). Sum of RGB (Red+Green+Blue) = 194+143+170=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FAA is #3D7055. Grayscale: #A1A1A1. Windows color (decimal): -4026454 or 11177922. OLE color: 11177922.

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

Color convert

RGB194143170-
CMYK00.260.120.24
HSL328.24º29.48%66.08%-
HSV(B)328.24º26.29%76.08%-
XYZ39.3334.0242.52-
YUV161.33132.9151.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 143 (56.25% from 255) = 28.21%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=38.26%
G=28.21%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414317000.260.120.24328.2429.4866.08
HexC28FAA01AC181481d42
Octal302217252032143051035102
Binary110000101000111110101010011010110011000101001000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FAA; }

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

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

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

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

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

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

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

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