#C68AB4

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

Shades of Lily #C68AB4

Tints of Lily #C68AB4

Color information

#C68AB4 (or 0xC68AB4) is unknown color: approx Lily. HEX triplet: C6, 8A and B4. RGB value is (198,138,180). Sum of RGB (Red+Green+Blue) = 198+138+180=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C68AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68AB4 is #39754B. Grayscale: #A0A0A0. Windows color (decimal): -3765580 or 11832006. OLE color: 11832006.

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

Color convert

RGB198138180-
CMYK00.300.090.22
HSL318º34.48%65.88%-
HSV(B)318º30.3%77.65%-
XYZ40.6233.4847.5-
YUV160.73138.88154.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=38.37%
G=26.74%
B=34.88%

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
Decimal19813818000.300.090.2231834.4865.88
HexC68AB401E91613e2242
Octal306212264036112647642102
Binary1100011010001010101101000111101001101101001111101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68AB4; }

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

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

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

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

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

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

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

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