#C68BAD

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

Shades of Lily #C68BAD

Tints of Lily #C68BAD

Color information

#C68BAD (or 0xC68BAD) is unknown color: approx Lily. HEX triplet: C6, 8B and AD. RGB value is (198,139,173). Sum of RGB (Red+Green+Blue) = 198+139+173=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BAD is #397452. Grayscale: #A0A0A0. Windows color (decimal): -3765331 or 11373510. OLE color: 11373510.

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

Color convert

RGB198139173-
CMYK00.300.130.22
HSL325.42º34.1%66.08%-
HSV(B)325.42º29.8%77.65%-
XYZ40.0633.4943.89-
YUV160.52135.05154.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.82%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=38.82%
G=27.25%
B=33.92%

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
Decimal19813917300.300.130.22325.4234.166.08
HexC68BAD01ED161452242
Octal306213255036152650542102
Binary1100011010001011101011010111101101101101010001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68BAD; }

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

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

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

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

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

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

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

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