#C28BAD

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

Shades of Lily #C28BAD

Tints of Lily #C28BAD

Color information

#C28BAD (or 0xC28BAD) is unknown color: approx Lily. HEX triplet: C2, 8B and AD. RGB value is (194,139,173). Sum of RGB (Red+Green+Blue) = 194+139+173=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28BAD is #3D7452. Grayscale: #9F9F9F. Windows color (decimal): -4027475 or 11373506. OLE color: 11373506.

HSL color Cylindrical-coordinate representation of color #C28BAD: hue angle of 322.91º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28BAD is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194139173-
CMYK00.280.110.24
HSL322.91º31.07%65.29%-
HSV(B)322.91º28.35%76.08%-
XYZ39.0232.9543.84-
YUV159.32135.72152.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=38.34%
G=27.47%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413917300.280.110.24322.9131.0765.29
HexC28BAD01CB181431f41
Octal302213255034133050337101
Binary110000101000101110101101011100101111000101000011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BAD; }

 p { color: rgb(194,139,173); }

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

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

 a { background-color: rgb(194,139,173); }

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

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

 span { border-color: rgb(194,139,173); }

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