#C68BBB

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

Shades of Lily #C68BBB

Tints of Lily #C68BBB

Color information

#C68BBB (or 0xC68BBB) is unknown color: approx Lily. HEX triplet: C6, 8B and BB. RGB value is (198,139,187). Sum of RGB (Red+Green+Blue) = 198+139+187=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BBB is #397444. Grayscale: #A1A1A1. Windows color (decimal): -3765317 or 12291014. OLE color: 12291014.

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

Color convert

RGB198139187-
CMYK00.300.060.22
HSL311.19º34.1%66.08%-
HSV(B)311.19º29.8%77.65%-
XYZ41.4934.0651.4-
YUV162.11142.05153.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.79%
GREEN value IS 139 (54.69% from 255) = 26.53%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=37.79%
G=26.53%
B=35.69%

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
Decimal19813918700.300.060.22311.1934.166.08
HexC68BBB01E6161372242
Octal30621327303662646742102
Binary110001101000101110111011011110110101101001101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68BBB; }

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

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

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

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

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

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

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

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