#C68DAC

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

Shades of Lily #C68DAC

Tints of Lily #C68DAC

Color information

#C68DAC (or 0xC68DAC) is unknown color: approx Lily. HEX triplet: C6, 8D and AC. RGB value is (198,141,172). Sum of RGB (Red+Green+Blue) = 198+141+172=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68DAC is #397253. Grayscale: #A1A1A1. Windows color (decimal): -3764820 or 11308486. OLE color: 11308486.

HSL color Cylindrical-coordinate representation of color #C68DAC: hue angle of 327.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68DAC is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB198141172-
CMYK00.290.130.22
HSL327.37º33.33%66.47%-
HSV(B)327.37º28.79%77.65%-
XYZ40.2634.0343.48-
YUV161.58133.88153.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.75%
GREEN value IS 141 (55.47% from 255) = 27.59%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=38.75%
G=27.59%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814117200.290.130.22327.3733.3366.47
HexC68DAC01DD161472142
Octal306215254035152650741102
Binary1100011010001101101011000111011101101101010001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68DAC; }

 p { color: rgb(198,141,172); }

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

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

 a { background-color: rgb(198,141,172); }

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

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

 span { border-color: rgb(198,141,172); }

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