#C68DAE

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

Shades of Lily #C68DAE

Tints of Lily #C68DAE

Color information

#C68DAE (or 0xC68DAE) is unknown color: approx Lily. HEX triplet: C6, 8D and AE. RGB value is (198,141,174). Sum of RGB (Red+Green+Blue) = 198+141+174=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68DAE is #397251. Grayscale: #A1A1A1. Windows color (decimal): -3764818 or 11439558. OLE color: 11439558.

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

Color convert

RGB198141174-
CMYK00.290.120.22
HSL325.26º33.33%66.47%-
HSV(B)325.26º28.79%77.65%-
XYZ40.4534.1144.5-
YUV161.8134.88153.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=38.60%
G=27.49%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814117400.290.120.22325.2633.3366.47
HexC68DAE01DC161452142
Octal306215256035142650541102
Binary1100011010001101101011100111011100101101010001011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68DAE; }

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

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

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

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

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

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

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

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