#C68AAD

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

Shades of Lily #C68AAD

Tints of Lily #C68AAD

Color information

#C68AAD (or 0xC68AAD) is unknown color: approx Lily. HEX triplet: C6, 8A and AD. RGB value is (198,138,173). Sum of RGB (Red+Green+Blue) = 198+138+173=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C68AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68AAD is #397552. Grayscale: #9F9F9F. Windows color (decimal): -3765587 or 11373254. OLE color: 11373254.

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

Color convert

RGB198138173-
CMYK00.300.130.22
HSL325º34.48%65.88%-
HSV(B)325º30.3%77.65%-
XYZ39.9233.243.84-
YUV159.93135.38155.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=38.90%
G=27.11%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813817300.300.130.2232534.4865.88
HexC68AAD01ED161452242
Octal306212255036152650542102
Binary1100011010001010101011010111101101101101010001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68AAD; }

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

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

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

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

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

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

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

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