#C68EAD

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

Shades of Lily #C68EAD

Tints of Lily #C68EAD

Color information

#C68EAD (or 0xC68EAD) is unknown color: approx Lily. HEX triplet: C6, 8E and AD. RGB value is (198,142,173). Sum of RGB (Red+Green+Blue) = 198+142+173=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C68EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68EAD is #397152. Grayscale: #A2A2A2. Windows color (decimal): -3764563 or 11374278. OLE color: 11374278.

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

Color convert

RGB198142173-
CMYK00.280.130.22
HSL326.79º32.94%66.67%-
HSV(B)326.79º28.28%77.65%-
XYZ40.534.3744.03-
YUV162.28134.05153.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 142 (55.86% from 255) = 27.68%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=38.60%
G=27.68%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814217300.280.130.22326.7932.9466.67
HexC68EAD01CD161472143
Octal306216255034152650741103
Binary1100011010001110101011010111001101101101010001111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68EAD; }

 p { color: rgb(198,142,173); }

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

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

 a { background-color: rgb(198,142,173); }

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

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

 span { border-color: rgb(198,142,173); }

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