#C68AB5

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

Shades of Lily #C68AB5

Tints of Lily #C68AB5

Color information

#C68AB5 (or 0xC68AB5) is unknown color: approx Lily. HEX triplet: C6, 8A and B5. RGB value is (198,138,181). Sum of RGB (Red+Green+Blue) = 198+138+181=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C68AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68AB5 is #39754A. Grayscale: #A0A0A0. Windows color (decimal): -3765579 or 11897542. OLE color: 11897542.

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

Color convert

RGB198138181-
CMYK00.300.090.22
HSL317º34.48%65.88%-
HSV(B)317º30.3%77.65%-
XYZ40.7233.5248.04-
YUV160.84139.38154.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 181 (71.09% from 255) = 35.01%
R=38.30%
G=26.69%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813818100.300.090.2231734.4865.88
HexC68AB501E91613d2242
Octal306212265036112647542102
Binary1100011010001010101101010111101001101101001111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68AB5; }

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

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

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

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

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

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

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

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