#C68ABA

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

Shades of Lily #C68ABA

Tints of Lily #C68ABA

Color information

#C68ABA (or 0xC68ABA) is unknown color: approx Lily. HEX triplet: C6, 8A and BA. RGB value is (198,138,186). Sum of RGB (Red+Green+Blue) = 198+138+186=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C68ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ABA is #397545. Grayscale: #A1A1A1. Windows color (decimal): -3765574 or 12225222. OLE color: 12225222.

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

Color convert

RGB198138186-
CMYK00.300.060.22
HSL312º34.48%65.88%-
HSV(B)312º30.3%77.65%-
XYZ41.2433.7350.79-
YUV161.41141.88154.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 138 (54.30% from 255) = 26.44%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=37.93%
G=26.44%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813818600.300.060.2231234.4865.88
HexC68ABA01E6161382242
Octal30621227203662647042102
Binary110001101000101010111010011110110101101001110001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68ABA; }

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

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

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

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

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

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

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

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